The JSON.stringified body of the request, if it exists. Make sure you're settings the content-type
as application/json
if applicable.
Whether to force HTTP/1.1 for the request. This is important as the DevOps API does not support HTTP/2, and thus you may need to force HTTP/1.1 for certain requests if you're using a client that prefers HTTP/2.
The base headers to include in the request (you may add or even override your own as necessary)
The HTTP method to use for the request.
Creates the timeout error for the request (you may need to first catch your own timeout error and then call this method to create the new ubiquitous error).
The timeout in milliseconds for the request.
The full URL to make the request to.
The information required to make a request with a Fetcher. Please take all request information into account when making the request, or you may run into errors or unexpected behavior from your implementation.