transport/source/handy_http_transport/interfaces.d

8 lines
105 B
D

module handy_http_transport.interfaces;
import handy_http_primitives;
interface HttpTransport {
}