Fake Mirrors
    Preparing search index...

    Class HttpServerNormalContext

    Represents the http-server context for a normal HTTP requests.

    Handles standard HTTP request/response lifecycle with full streaming support.

    finishTime: number = 0

    Timestamp when processing finished.

    Request method wrapper.

    requestBody: HttpBodyWrap

    Request body wrapper.

    requestHeaders: HttpHeadersWrap

    Request headers wrapper.

    responseBody: HttpBodyWrap

    Response body wrapper.

    responseHeaders: HttpHeadersWrap

    Response headers wrapper.

    startTime: number = ...

    Timestamp when processing started.

    The context shared state.

    Response status wrapper.

    trace: string[] = []

    Names of middleware that have already been processed.

    The variant of context type.

    Request URL wrapper.