Header of the response
Body of the response. If empty, no body will be emitted.
appends supplied headers *
appends supplied headers *
Body of the response.
Body of the response. If empty, no body will be emitted.
Decodes body with supplied decoder of A
*
Decodes body with supplied decoder of A
*
gets body as stream of byteVectors *
gets body as stream of byteVectors *
decodes body as string with encoding supplied in ContentType *
decodes body as string with encoding supplied in ContentType *
yields to true, if body of this request shall be chunked *
yields to true, if body of this request shall be chunked *
gets body size, if one specified *
gets body size, if one specified *
configures encoding as chunked *
configures encoding as chunked *
gets ContentType, if one specififed *
gets ContentType, if one specififed *
Header of the response
encodes supplied stream of A
as SSE stream in body *
encodes body A
given BodyEncoder exists *
encodes body A
given BodyEncoder exists *
sets body size to supplied value *
sets body size to supplied value *
updates content type to one specified *
updates content type to one specified *
appends supplied headers.
appends supplied headers. Unlike appendHeader
headers are removed if they already exists *
allows to stream arbitrary sized stream of A
to remote party (i.e.
allows to stream arbitrary sized stream of A
to remote party (i.e. upload) *
like stream
except one A
that is streamed lazily *
like stream
except one A
that is streamed lazily *
encodes body as utf8 string *
encodes body as utf8 string *
Model of Http Response
Header of the response
Body of the response. If empty, no body will be emitted.