HttpOutputMessage class
Represents an HTTP output message, consisting of headers and a writable body.
Typically implemented by an HTTP request handle on the client side, or an HTTP response handle on the server side.
@author Joris Hermans @since 0.8.0
- Inheritance
- Object
- HttpMessage
- HttpOutputMessage
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
getOutputBody(
) → IOSink -
- Return the body of the message as an output stream.
-
getResponseHeaders(
) → HttpHeadersWrapper -
- Return the headers of this message.
- @return a corresponding HttpHeaders object (never null)
- Return the headers of this message.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited