Handles sending HTTP messages to a remote end.
Sends a request to the server. The client will automatically follow any redirects returned by the server, fulfilling the returned promise with the final response.
| Name | Type | Description |
|---|---|---|
httpRequest | Request | The request to send. |
A promise that will be fulfilled with the server's response.