from Hacker News

Hurl – Run and Test HTTP API Requests

by gbourne on 12/7/22, 9:03 PM with 1 comments

  • by gbourne on 12/7/22, 9:03 PM

    A few weeks ago I saw a front-page Hacker News post on a new text based HTTP runner based on CURL and written in Rust called Hurl. Intriguing! We’ve been looking for a simpler way to run and test API requests against our social API. Here is how to use Hurl and some examples.