Package: @effect/platform-node
Module: NodeHttpClient
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>
Since v4.0.0