Model of Http Request sent by client.
Model of Http Request sent by client.
Host/port where to perform the request to
Header of the request
Body of the request. If empty, no body will be emitted.
common request/response methods *
Model of Http Response
Model of Http Response
Header of the response
Body of the response. If empty, no body will be emitted.
Creates a client that can be used to make http requests to servers
Creates a client that can be used to make http requests to servers
Codec used to decode request header
Codec used to encode response header
Strategy used to perform blocking SSL operations
Creates simple http server,
Creates simple http server,
Serve will run after the resulting stream is run.
Address and port where to bind server to
Maximum requests to process concurrently
Receive buffer size for each connection
Maximum size of http header for incoming requests, in bytes
A timeout to await request header to be fully received. Request will fail, if the header won't be read within this timeout.
Codec for Http Request Header
Pipe that defines handling of each incoming request and produces a response