Skip to main content Link Search Menu Expand Document (external link)

ServerRequest overview

Added in v1.0.0

Also includes exports from @effect/platform/Http/ServerRequest.


Table of contents


conversions

toIncomingMessage

Signature

export declare const toIncomingMessage: (self: ServerRequest.ServerRequest) => Http.IncomingMessage

Added in v1.0.0

exports

From “@effect/platform/Http/ServerRequest”

Re-exports all named exports from the “@effect/platform/Http/ServerRequest” module.

Signature

export * from "@effect/platform/Http/ServerRequest"

Added in v1.0.0