Send request without data Request parameters will be encoded into request string
url
request parameters
Response
rs = Request().exec!"GET"("http://httpbin.org/get", ["c":"d", "a":"b"]);
See Implementation
Send request without data Request parameters will be encoded into request string