astaxie / bat

Go implement CLI, cURL-like tool for humans

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Are requests via POST with querystring *and* JSON even possible?

leeola opened this issue · comments

It seems bat uses the same syntax for two very separate concepts, querystring and json data. Doing so appears to make sending both a query string to a POST endpoint along with JSON data. Am i wrong?

Related #19