Skip to content

v0.1.6

Latest
Compare
Choose a tag to compare
@jonathonmcmurray jonathonmcmurray released this 18 Jun 11:54
· 4 commits to master since this release
  • Addition of .req.p wrapper for POST requests e.g.
q).req.p["https://httpbin.org/post";`json;`a`b!1 2]
args   | (`symbol$())!()
data   | "{\"a\":1,\"b\":2}"
files  | (`symbol$())!()
form   | (`symbol$())!()
headers| `Accept`Accept-Encoding`Content-Length`Content-Type`Host`User-Agent`..
json   | `a`b!1 2f
origin | "86.14.96.16"
url    | "https://httpbin.org/post"