Package: @effect/platform-node
Module: NodeHttpClient
Acquires Node http and https agents with the supplied options and
destroys both agents when the enclosing scope is finalized.
Signature
declare const makeAgent: (options?: Https.AgentOptions) => Effect.Effect<HttpAgent["Service"], never, Scope.Scope>
Since v4.0.0