hunt-http ~v0.0.x (2022-05-15T16:04:28.5576772)
Dub
Repo
Http1ClientConnection.send
hunt
http
client
Http1ClientConnection
Http1ClientConnection
Undocumented in source. Be warned that the author may not have intended to support it.
void
send
(Request request, ClientHttpHandler handler)
void
send
(Request request, ByteBuffer buffer, ClientHttpHandler handler)
void
send
(Request request, ByteBuffer[] buffers, ClientHttpHandler handler)
void
send
(Request request, Promise!(HttpOutputStream) promise, ClientHttpHandler handler)
class
Http1ClientConnection
override
void
send
(
Request
request
,
Promise
!(
HttpOutputStream
)
promise
,
ClientHttpHandler
handler
)
Meta
Source
See Implementation
hunt
http
client
Http1ClientConnection
Http1ClientConnection
constructors
this
functions
close
getConnectionType
getHttp2Configuration
getHttpOutputStream
getParser
getUpgradeHttp2Complete
getUpgradeWebSocketComplete
initHttpParser
isClosed
isEncrypted
isOpen
send
sendRequestWithContinuation
upgradeHttp2
upgradeProtocolComplete
upgradeWebSocket