Skip to content

EncryptHttp

Source: src/Fly/EncryptHttp.ts Kind: Layer · Provides: Fly.Encrypt

HTTP implementation of Encrypt. Provide it on the Service or Action Effect.

Effect.gen(function* () {
const encrypt = yield* Fly.Encrypt(Box);
// ...
}).pipe(Effect.provide(Fly.EncryptHttp))