RawRequest interface

Simple type of the raw request.

Properties

body

The request body

method

The HTTP request method

url

The request path

Property Details

body

The request body

body?: unknown

Property Value

unknown

method

The HTTP request method

method: string

Property Value

string

url

The request path

url: string

Property Value

string