The constructor for an HTTP Request.
The url for where the Request should be sent.
The Request configuration object.
A boolean representing whether the Body has been consumed already or not.
Get the Request headers.
A Headers
object of the HTTP Request headers, for the Request
.
Get the Request method.
A string representation of the HTTP request method.
Get the Request URL.
A string representation of the HTTP Request URL.
an ArrayBuffer
for the Body content (if it contains one).
a string representation of the Body ArrayBuffer
content.
Generated using TypeDoc
Export the
as-fetch
Fetch API that we can use with Fastly.