Curl generation query params bug (Fixes #810)

This commit is contained in:
Gregory Schier
2018-03-26 13:50:43 -07:00
parent 87ccc34bad
commit d5b75c7d32
392 changed files with 13180 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
HttpResponse<String> response = Unirest.get("http://mockbin.com/har")
.header("accept", "application/json")
.header("x-foo", "Bar")
.asString();