menu
http_client package
documentation
http_executor.dart
HttpExecutor
HttpExecutor constructor
HttpExecutor constructor
dark_mode
light_mode
HttpExecutor
constructor
HttpExecutor
(
Client
_client
,
Executor
_executor
)
Wraps a HTTP
Client
and limits its use with an
Executor
.
Implementation
HttpExecutor(this._client, this._executor);
http_client package
documentation
http_executor
HttpExecutor
HttpExecutor constructor
HttpExecutor class