© 2026 Hedgehog Software, LLC
HttpClient
const appLayer = WebApiLive.pipe( Layer.provide(LoginServiceLive.pipe( Layer.provide(HttpClient.client.layer) )), Layer.provide(HttpClient.client.layer) );