Finalizes the request and returns a Future
to its response.
Finalizes the request and returns a Future
to its response. Chunked responses are handled in analogy to the
send
method of the HttpConnection.
Finalizes the request and delivers the response (parts) to the given receiver actor.
Finalizes the request and delivers the response (parts) to the given receiver actor.
Chunked responses are handled in analogy to the sendAndReceive
method of the HttpConnection.
Triggers the sending of the given request chunk.
Triggers the sending of the given request chunk.
An instance of this trait is returned by the
startChunkedRequest
method of an HttpConnection instance. It facilitates the sending of all requests chunks as well the finalization of the request.