8 lines
105 B
D
8 lines
105 B
D
|
module handy_http_transport.interfaces;
|
||
|
|
||
|
import handy_http_primitives;
|
||
|
|
||
|
interface HttpTransport {
|
||
|
|
||
|
}
|