Optionalbody?: HTTPFetchBodyThe body of the request.
Optionalheaders?: Record<string, string>The headers dictionary.
Optionalmethod?: stringThe HTTP method.
Optionalqs?: Record<string, unknown>A dictionary of query string parameters.
Optionalreq?: 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.