Initial commit: GET requests

This commit is contained in:
Dimitri Lozeve 2023-10-01 17:01:26 +02:00
commit 9bb42177d8
5 changed files with 193 additions and 0 deletions

7
test.bqn Normal file
View 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