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