effect-io-ai

Package: @effect/platform
Module: HttpClient

HttpClient.withScope

Ties the lifetime of the HttpClientRequest to a Scope.

Signature

declare const withScope: <E, R>(self: HttpClient.With<E, R>) => HttpClient.With<E, R | Scope>

Source

Since v1.0.0