Sends a request using the included http or https interface from node.js with the given URL and options.
| Parameter | Type | Description |
|---|---|---|
| url | String | URL to request |
| options | dojo/request/node.__Options |
Optional Options for the request. |
See the dojo/request/node reference documentation for more information.
Send an HTTP DELETE request using XMLHttpRequest with the given URL and options.
| Parameter | Type | Description |
|---|---|---|
| url | String | URL to request |
| options | dojo/request/node.__BaseOptions |
Optional Options for the request. |
Send an HTTP GET request using XMLHttpRequest with the given URL and options.
| Parameter | Type | Description |
|---|---|---|
| url | String | URL to request |
| options | dojo/request/node.__BaseOptions |
Optional Options for the request. |
Send an HTTP POST request using XMLHttpRequest with the given URL and options.
| Parameter | Type | Description |
|---|---|---|
| url | String | URL to request |
| options | dojo/request/node.__BaseOptions |
Optional Options for the request. |
Send an HTTP PUT request using XMLHttpRequest with the given URL and options.
| Parameter | Type | Description |
|---|---|---|
| url | String | URL to request |
| options | dojo/request/node.__BaseOptions |
Optional Options for the request. |