Optional
body?: HTTPFetchBodyThe body of the request.
Optional
headers?: Record<string, string>The headers dictionary.
Optional
method?: stringThe HTTP method.
Optional
qs?: Record<string, unknown>A dictionary of query string parameters.
Optional
req?: RequestA request object generated by the application. This can be used to copy information like custom headers or the IP (for the X-Forwarded-For header).
The options for a request.