Preparing search index...
The search index is not available
@amadeus-it-group/kassette
@amadeus-it-group/kassette
RequestPayload
Interface RequestPayload
Content of an HTTP request.
interface
RequestPayload
{
body
?:
string
|
Buffer
;
headers
:
IncomingHttpHeaders
;
method
:
string
;
url
:
string
;
}
Index
Properties
body?
headers
method
url
Properties
Optional
body
body
?:
string
|
Buffer
HTTP request body
headers
headers
:
IncomingHttpHeaders
HTTP headers
method
method
:
string
HTTP method
url
url
:
string
HTTP url
Settings
Theme
OS
Light
Dark
On This Page
Properties
body
headers
method
url
@amadeus-it-group/kassette
Loading...
Content of an HTTP request.