OINO TS
    Preparing search index...

    Class OINOHttpRequest

    Specialized result for HTTP responses.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    body: string | object | Buffer<ArrayBufferLike> | Uint8Array<ArrayBufferLike>
    etags?: string[]
    headers: OINOHeaders
    lastModified?: number
    method: string
    multipartBoundary?: string
    params?: Record<string, string>

    Key-value parameters

    requestType: OINOContentType
    responseType: OINOContentType
    url?: URL

    Methods

    • Returns the request data as URLSearchParams (form data).

      Returns URLSearchParams