-
Notifications
You must be signed in to change notification settings - Fork 0
Hurl for Curl
Heath Brown edited this page Sep 7, 2024
·
6 revisions
- Requires Visual C++ Redistributable Version
- Download and install Visual C++
winget install hurl
cargo install hurl
hurl test.hurl
hurl test.hurl —-test
This checks that there is a 200 returned
#test.hurl
GET http://httpbin.org
HTTP 200
adds in authentication via HTTP headers
#test-auth.hurl
GET http://httpbing.org