Http/src/client library
Classes
- Client
- The interface for HTTP clients that take care of maintaining persistent connections across multiple requests to the same server.
Functions
-
runWithClient<
R> (R body(), Client clientFactory(), {ZoneSpecification? zoneSpecification}) → R -
Runs
bodyin its own Zone with the Client returned byclientFactoryset as the default Client.