transport/source/handy_http_transport/interfaces.d

8 lines
105 B
D
Raw Normal View History

2024-08-15 23:29:13 +00:00
module handy_http_transport.interfaces;
import handy_http_primitives;
interface HttpTransport {
}