Package: @effect/platform-node
Module: NodeHttpClient
Provides the HttpAgent service using scoped Node http and https
agents configured with the supplied options.
Signature
declare const layerAgentOptions: (options?: Https.AgentOptions | undefined) => Layer.Layer<HttpAgent>
Since v4.0.0