this post was submitted on 05 Nov 2023
108 points (99.1% liked)

Programming

17313 readers
258 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

Hurl is a command line tool that runs HTTP requests defined in a simple plain text format.

It can chain requests, capture values and evaluate queries on headers and body response. Hurl is very versatile: it can be used for both fetching data and testing HTTP sessions.

Hurl makes it easy to work with HTML content, REST / SOAP / GraphQL APIs, or any other XML / JSON based APIs.

And it’s open source under Apache 2.0 licence 😁

all 9 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 1 year ago (1 children)

Thanks for sharing. Reminds me of the built-in JetBrains HTTP client πŸ™‚

[–] [email protected] 1 points 1 year ago (1 children)

Awesome, I've been wanting something like this for a while

[–] [email protected] 1 points 1 year ago

Feel free to share your feedback to the team behind the project, they are awesome πŸ˜„