Constructor for the HttpRequest class
The verb to use for the request (i.e. GET, POST, PUT, DELETE, HEAD)
The URI of the request
Additional custom headers to send to the server
Optional
body: InputStreamThe request body, in the case of a POST or PUT request
The verb to use for the request (i.e. GET, POST, PUT, DELETE, HEAD)
The URI of the request
Additional custom headers to send to the server
Optional
bodyThe request body, in the case of a POST or PUT request
Generated using TypeDoc
Represents a request to a web server from a client