appends supplied headers *
Decodes body with supplied decoder of A
*
gets body as stream of byteVectors *
decodes body as string with encoding supplied in ContentType *
yields to true, if body of this request shall be chunked *
gets body size, if one specified *
configures encoding as chunked *
gets ContentType, if one specififed *
encodes body A
given BodyEncoder exists *
sets body size to supplied value *
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 *
encodes body as utf8 string *
common request/response methods *