Package: @effect/platform Module: HttpClient
@effect/platform
HttpClient
Ties the lifetime of the HttpClientRequest to a Scope.
HttpClientRequest
Scope
Signature
declare const withScope: <E, R>(self: HttpClient.With<E, R>) => HttpClient.With<E, R | Scope>
Source
Since v1.0.0