Express v1.3.3 Express.Network.HTTP2.ChatterboxClient View Source
HTTP2-client which conforms Express.Network.HTTP2.Client behaviour with chatterbox library.
Link to this section Summary
Functions
Receives a response from socket by pid for a stream
Opens a socket for a provider with defined configuration and tries count
Sends a ping through a socket by pid
Sends a request through a socket by pid with headers and a payload
Returns URI of a connection
Link to this section Functions
Receives a response from socket by pid for a stream.
Callback implementation for Express.Network.HTTP2.Client.get_response/2.
Opens a socket for a provider with defined configuration and tries count.
Callback implementation for Express.Network.HTTP2.Client.open_socket/3.
Sends a ping through a socket by pid.
Callback implementation for Express.Network.HTTP2.Client.ping/1.
Sends a request through a socket by pid with headers and a payload.
Callback implementation for Express.Network.HTTP2.Client.send_request/3.
Returns URI of a connection
Callback implementation for Express.Network.HTTP2.Client.uri/2.