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