HTTP web application that serves a fixed response for each HTTP request method.
| Name | Type | Default value | Description |
|---|---|---|---|
| location | string | The path or set of paths which will be handled by the web application. | |
| mime.type | string | The MIME type to return in responses. | |
| get.body | string | The response body for GET and HEAD requests. | |
| post.body | string | The response body for POST requests. |
The canned composite property does not contain any composite configuration.