HttpxClient class abstract

Constructors

HttpxClient()
factory

Properties

badCertificateCallback BadCertificateCallback?
getter/setter pair
cacheStores List<HttpxCacheStore>
no setter
connectionIdleTimeout Duration
getter/setter pair
defaultCachePolicy HttpxCachePolicy
getter/setter pair
defaultHeaders HttpxHeaders
getter/setter pair
defaultMaxRedirects int
getter/setter pair
defaultUserAgent String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
http2ClientSettings ↔ ClientSettings
getter/setter pair
logCallback HttpxLogCallback?
getter/setter pair
persistantConnection bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secureConnectionTestCallback SecureConnectionTestCallback
getter/setter pair
securityContext SecurityContext?
getter/setter pair

Methods

createPushStream({required Uri uri, required String method, HttpxHeaders? headers, int? maxRedirects, Duration? connectionTimeout, Iterable<HttpxCredentials>? realmsCredentials}) Future<HttpxPushStream>
createRequest({required String method, required Uri uri, HttpxHeaders? headers, HttpxCachePolicy? cachePolicy, int? maxRedirects, Duration? connectionTimeout, Iterable<HttpxCredentials>? realmsCredentials}) HttpxRequest
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