HttpMessage
HttpMessages are designed to be immutable, so any mutation methods return a modified copy of the message.
Inheritors
Properties
Functions
Link copied to clipboard
(Copy &) sets the body content.
Link copied to clipboard
This will realise any underlying stream.
Link copied to clipboard
Link copied to clipboard
(Copy &) Add all passed headers.
Link copied to clipboard
Retrieves all header values with this name.
Link copied to clipboard
(Copy &) remove headers with this name.
Link copied to clipboard
(Copy &) remove headers with this prefix. Default removes all headers.
Link copied to clipboard
(Copy &) Adds a header value with this name, replacing any previously set values.
Link copied to clipboard
Replace all headers with ones passed.