Skip to content

ExecHttp

Source: src/Fly/ExecHttp.ts Kind: Layer · Provides: Fly.Exec

HTTP implementation of Exec. Provide it on the Sprite, Service, or Action Effect.

Effect.gen(function* () {
const exec = yield* Fly.Exec(Box);
// ...
}).pipe(Effect.provide(Fly.ExecHttp))