Represents a HTTP request message. This class is a 'partial' request and only defines the path on the server to send a request to. It is each client's responsibility to build the full URL for the final request.
The HTTP method to use for the request.
The path on the server to send the request to.
Optional
This request's non-serialized JSON payload data.
Generated using TypeDoc
Represents a HTTP request message. This class is a 'partial' request and only defines the path on the server to send a request to. It is each client's responsibility to build the full URL for the final request.
Final