zibri
    Preparing search index...

    A websocket request sent from a client.

    Implements

    • Partial<Pick<HttpRequest, "headers" | "body" | "query" | "params">>
    Index

    Constructors

    Properties

    Constructors

    Properties

    body: unknown
    headers: Partial<Record<KnownHeader, string | undefined>>

    The header parameters of the request, as an object.

    params: ParamsObject | undefined

    The path parameters of the request, as an object.

    query: QueryObject | undefined

    The query parameters of the request, as an object.