Added public imports for packages.
This commit is contained in:
parent
027ad4c1e6
commit
b260ddfe8c
|
@ -3,3 +3,4 @@
|
|||
*/
|
||||
module handy_http_transport.http1;
|
||||
|
||||
public import handy_http_transport.http1.transport;
|
||||
|
|
|
@ -2,3 +2,6 @@ module handy_http_transport;
|
|||
|
||||
public import handy_http_transport.http1;
|
||||
public import handy_http_transport.http2;
|
||||
|
||||
public import handy_http_transport.interfaces;
|
||||
public import handy_http_transport.response_output_stream;
|
||||
|
|
Loading…
Reference in New Issue