This website requires JavaScript.
Explore
Help
Sign In
Handy-Http
/
transport
Watch
1
Star
0
Fork
You've already forked transport
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
transport
/
source
/
handy_http_transport
/
interfaces.d
7 lines
104 B
D
Raw
Permalink
Blame
History
module
handy_http_transport.interfaces
;
interface
HttpTransport
{
void
start
(
)
;
void
stop
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink