Initial commit: GET requests
This commit is contained in:
commit
9bb42177d8
5 changed files with 193 additions and 0 deletions
7
test.bqn
Normal file
7
test.bqn
Normal file
|
@ -0,0 +1,7 @@
|
|||
⟨Get⟩←•Import"curl.bqn"
|
||||
|
||||
r←⟨"Hello: World","Blabla: Blublu"⟩Get"http://httpbin.org/get?key=value"
|
||||
r.code
|
||||
r.headers
|
||||
r.content
|
||||
r.time
|
Loading…
Add table
Add a link
Reference in a new issue