hunt-http ~master (2022-03-03T02:59:30Z)
Home
Dub
Repo
HttpTunnelConnection
hunt
http
codec
http
stream
HttpTunnelConnection
interface
HttpTunnelConnection {
void
write
(ByteBuffer byteBuffer, Callback callback);
void
receive
(Action1!ByteBuffer content);
}
Members
Functions
receive
void
receive
(Action1!ByteBuffer content)
Undocumented in source.
write
void
write
(ByteBuffer byteBuffer, Callback callback)
Undocumented in source.
Meta
Source
See Implementation
hunt
http
codec
http
stream
HttpTunnelConnection
interfaces
HttpTunnelConnection