console
library
Classes
-
Client
-
HTTP Client interface.
-
ConsoleClient
-
HTTP Client in console (server) environment.
-
HTTP Headers
Headers object is mutable and values can be added up until
Client.send is called.
-
RedirectInfo
-
Information about the redirect step.
-
Request
-
HTTP Request object
-
Response
-
A HTTP Response object.
-
TrackingClient
-
Tracks the entire lifecycle of a request, keeps track the number of ongoing
and completed requests.
-
UpdatingClient
-
Automatically updates the underlying client after the specified use limits.