Skip to content

Hurl for Curl

Heath Brown edited this page Sep 7, 2024 · 6 revisions

Hurl

Windows Installation

winget install hurl

Cargo Install

cargo install hurl

Basic command

hurl test.hurl 

hurl test.hurl —-test

Hurl File

Basic Example with 'test'

This checks that there is a 200 returned

#test.hurl
GET http://httpbin.org
HTTP 200

Authentication

adds in authentication via HTTP headers

#test-auth.hurl
GET http://httpbing.org

 

Resources

Clone this wiki locally