module handy_http_transport.interfaces;

interface HttpTransport {
    void start();
    void stop();
}