Constructor
new Request(method, path, opt_dataopt)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
method | string | The HTTP method to use for the request. | |
path | string | The path on the server to send the request to. | |
opt_data | Object | <optional> | This request's non-serialized JSON payload data. |
- Source
Methods
toString()
- Source