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
Optional
bodyThe request body, in the case of a POST or PUT request
Additional custom headers to send to the server
The verb to use for the request (i.e. GET, POST, PUT, DELETE, HEAD)
The URI of the request
Generated using TypeDoc
Represents a request to a web server from a client