---
title: "Hurl - Run and Test HTTP Requests"
description: "!https://hurl.dev/"
date: 2024-12-14
published: true
tags:
  - dev
  - testing
  - thought
  - webdev
template: link
---


<div class="embed-card embed-card-external">
  <a href="https://hurl.dev/" class="embed-card-link" target="_blank" rel="noopener noreferrer">
    <div class="embed-card-content">
      <div class="embed-card-title">Hurl - Run and Test HTTP Requests</div>
      <div class="embed-card-description">Hurl, run and test HTTP requests with plain text and curl. Hurl can run fast automated integration tests.</div>
      <div class="embed-card-meta">hurl.dev</div>
    </div>
  </a>
</div>


Hurl was mentioned by [@gerhard](https://gerhard.io/) on the latest [changelog and Friends](https://www.youtube.com/watch?v=mvC7497CJJs&t=3001s).  Looks  like a feature rich easy to use testing tool that is tested via what looks like a config file.

> 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.
