Properties
| Name | Access | Type | Description |
|---|---|---|---|
| Body | Read | String | Raw body text from the request |
| Data | Read | Object | The parsed body if the request has a content type of application/json |
| Form | Read | QueryString | Body parameters if the request has a content type of application/x-www-form-urlencoded or multipart/form-data |
| Headers | Read | QueryString | Request HTTP headers |
| Method | Read | String | Request method: POST, GET, etc. |
| QueryString | Read | QueryString | Request query string parameters |