http.server -> http -> canned

Description

HTTP web application that serves a fixed response for each HTTP request method.

Simple configuration

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.

Composite configuration

The canned composite property does not contain any composite configuration.