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 body in its own Zone with the Client returned by clientFactory set as the default Client.