Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Interface: MockRequestInfo

Properties

body

body: string

Raw request body.


headers

headers: Record<string, string>

Request headers.


method

method: string

HTTP method (GET, POST, …).


path

path: string

Request path (without query string).


query

query: Record<string, string>

Parsed query-string parameters.