httpAgent property
Agent?
get
httpAgent
An {@link https://nodejs.org/api/http.html#http_class_http_agent | HTTP Agent}
to be used when making outgoing HTTP calls. This Agent instance is used
by all services that make REST calls (e.g. auth
, messaging
,
projectManagement
).
Realtime Database and Firestore use other means of communicating with
the backend servers, so they do not use this HTTP Agent. Credential
instances also do not use this HTTP Agent, but instead support
specifying an HTTP Agent in the corresponding factory methods.
Implementation
external Agent? get httpAgent;