effect-io-ai

Package: @effect/platform-node
Module: NodeHttpClient

NodeHttpClient.makeNodeHttp

Creates an HttpClient backed by Node http and https, using the current HttpAgent, streaming request bodies, and wrapping Node responses as HttpClientResponse values.

Signature

declare const makeNodeHttp: Effect.Effect<Client.HttpClient, never, HttpAgent>

Source

Since v4.0.0