transport/source/handy_http_transport/interfaces.d

7 lines
104 B
D
Raw Normal View History

2024-08-15 23:29:13 +00:00
module handy_http_transport.interfaces;
interface HttpTransport {
void start();
void stop();
2024-08-15 23:29:13 +00:00
}