BrowserHttpClientAdapter class

The default HttpClientAdapter for Web platforms.

Implemented types

Constructors

BrowserHttpClientAdapter({bool withCredentials = false, bool enableCORSWarning = true})

Properties

enableCORSWarning ↔ bool
Whether to emit a warning log when a request is not a CORS "simple request" and will trigger a preflight (OPTIONS) request.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
withCredentials ↔ bool
Whether to send credentials such as cookies or authorization headers for cross-site requests.
getter/setter pair
xhrs → Set<XMLHttpRequest>
These are aborted if the client is closed.
final

Methods

close({bool force = false}) → void
Closes the client.
override
fetch(RequestOptions options, Stream<Uint8List>? requestStream, Future<void>? cancelFuture) → Future<ResponseBody>
Implement this method to make real HTTP requests.
override
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