bqn-curl/test.bqn
2023-10-01 17:46:14 +02:00

6 lines
165 B
BQN

Get,Post•Import"curl.bqn"
r"Content-Type: application/json"Post"http://localhost:8080/post""{""key"": ""value""}"
r.code
r.headers
r.content