transport/source/handy_http_transport/interfaces.d

7 lines
104 B
D

module handy_http_transport.interfaces;
interface HttpTransport {
void start();
void stop();
}