Specify HttpQuery is the following format :
{ "url" : "http://someurl/" , "method" : "GET|POST|PUT|DELETE" , "queryParameters" : { "param1" : "val1" , "param2" : "val2" }, "headers" : { "header1" : "val1" , "header2" : "val2" } }