Skip to content

NodeHttpPlatform

2 exports Added in v1.0.0 Source

Constructors

make

Added in v1.0.0 Source

Signature

declare const make: Effect.Effect<
  Platform.HttpPlatform,
  never,
  FileSystem.FileSystem | Etag.Generator
>;

Layers

layer

Added in v1.0.0 Source

Signature

declare const layer: Layer.Layer<Platform.HttpPlatform>;