ExecHttp
Source:
src/Fly/ExecHttp.tsKind: Layer · Provides:Fly.Exec
HTTP implementation of Exec. Provide it on the
Sprite, Service, or Action Effect.
Provide the layer
Section titled “Provide the layer”Effect.gen(function* () { const exec = yield* Fly.Exec(Box); // ...}).pipe(Effect.provide(Fly.ExecHttp))