HttpRequest represents an outgoing HTTP request.
Optional
The request body.
The request headers.
The HTTP method (GET, POST, etc.).
An optional signal to abort the request.
The URL to send the request to.
HttpRequest represents an outgoing HTTP request.