PUT
Introduction
Valve for performing HTTP PUT requests.
Configuration
Common HTTP valve configuration can be found here.
Name
Description
Default value
Mandatory
Expanded
content
Content to PUT.
N/A
content_type
Media type of content.
N/A
{
"name" : "HttpPut",
"config" : {
"url" : "http://127.0.0.1:8080/echo",
"destination" : "default",
"content": "${request.content}",
"content_type": "application/json"
}
}