Added public imports for packages.

This commit is contained in:
Andrew Lalis 2025-01-14 17:57:01 -05:00
parent 027ad4c1e6
commit b260ddfe8c
2 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,4 @@
*/ */
module handy_http_transport.http1; module handy_http_transport.http1;
public import handy_http_transport.http1.transport;

View File

@ -2,3 +2,6 @@ module handy_http_transport;
public import handy_http_transport.http1; public import handy_http_transport.http1;
public import handy_http_transport.http2; public import handy_http_transport.http2;
public import handy_http_transport.interfaces;
public import handy_http_transport.response_output_stream;