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

Response overview

Added in v1.0.0


Table of contents


exports

From “@effect/platform/Http/ServerResponse”

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

Signature

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

Added in v1.0.0

utils

seeOther

Signature

export declare const seeOther: (location: string) => ServerResponse.ServerResponse

Added in v1.0.0