FinalizedRequest class

A finalized, read-only representation of a request.

Constructors

FinalizedRequest(String method, Uri uri, Map<String, String> headers, BaseHttpBody body, bool withCredentials)

Properties

body → BaseHttpBody
The request body. Will either be an instance of HttpBody or StreamedHttpBody.
final
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>
The request headers. Case-insensitive.
final
method String
The HTTP method (get, post, put, etc.).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri Uri
The URI the request will be opened against.
final
withCredentials bool
Whether or not credentials (secure cookies) will be sent with this request. Applicable only to the browser platform.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited