GET
Introduction
Valve for performing HTTP GET requests.
Configuration
Common HTTP valve configuration can be found here.
{
"name" : "HttpGet",
"config" : {
"url" : "http://127.0.0.1:8080/echo",
"destination" : "default"
}
}