effect-io-ai

Package: @effect/platform-node
Module: NodeHttpClient

NodeHttpClient.layerAgentOptions

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>

Source

Since v4.0.0