transport/source/handy_http_transport/http1/package.d

7 lines
163 B
D
Raw Normal View History

/**
* This package defines the Handy-Http implementation of HTTP/1.1.
*/
2024-08-15 23:29:13 +00:00
module handy_http_transport.http1;
2025-01-14 22:57:01 +00:00
public import handy_http_transport.http1.transport;