HttpInputMessage class
Represents an HTTP input message, consisting of headers and a readable body.
Typically implemented by an HTTP request handle on the server side, or an HTTP response handle on the client side.
- Inheritance
- Object
- HttpMessage
- HttpInputMessage
- 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
-
getBody(
) → Stream -
- Return the body of the message as an stream.
-
getRequestHeaders(
) → 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 -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited