Parameters
See plugin common configurations for configuration options available to all plugins.
header_schema
object
Schema for request header.
At lease one of the
header_schema
andbody_schema
should be configured.body_schema
object
Schema for request body.
At lease one of the
header_schema
andbody_schema
should be configured.rejected_code
integer
Status code to return when rejecting requests.
rejected_msg
string
Message to return when rejecting requests.