VerifyHttp
Source:
src/Fly/VerifyHttp.tsKind: Layer · Provides:Fly.Verify
HTTP implementation of Verify. Provide it on the
Service or Action Effect.
Provide the layer
Section titled “Provide the layer”Effect.gen(function* () { const verify = yield* Fly.Verify(Signing); // ...}).pipe(Effect.provide(Fly.VerifyHttp))