Skip to content

CheckpointHttp

Source: src/Fly/CheckpointHttp.ts Kind: Layer · Provides: Fly.Checkpoint

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

Effect.gen(function* () {
const checkpoint = yield* Fly.Checkpoint(Box);
// ...
}).pipe(Effect.provide(Fly.CheckpointHttp))