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
97f544d95b
transport
/
source
/
handy_http_transport
/
interfaces.d
7 lines
104 B
D
Raw
Normal View
History
Unescape
Escape
Added basic types.
2024-08-15 23:29:13 +00:00
module
handy_http_transport.interfaces
;
Added working HTTP/1.1 transport implementation.
2024-11-14 19:51:23 +00:00
interface
HttpTransport
{
void
start
(
)
;
void
stop
(
)
;
Added basic types.
2024-08-15 23:29:13 +00:00
}