Optional
init: RequestInitOptional
headersOptional
scriptSend this request with a optional body.
Note: if you dont consume the response body you should call Response.body.close()
(this is done automatically after 30 seconds if you don't, but if you're sending a lot of requests its better to do it yourself)
Optional
body: RequestBodyA promise that resolbes with the response
Generated using TypeDoc
A constructed http request that has yet to be sent.
Use one of the
send
methods to send it.