Readonly
bodyReadonly
bodyReadonly
headersReturns a Headers object consisting of the headers associated with request.
Readonly
methodReturns request's HTTP method, which is "GET" by default.
Readonly
urlReturns the URL of request as a string.
Generated using TypeDoc
The Request class as specified by WHATWG
Note: Can only be used when processing requests, not during build-time initialization.
See
Request on MDN