orange-opensource/hurl

Hurl, run and test HTTP requests with plain text.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 minute ago
Added to GitGenius on September 3rd, 2026
Created on August 25th, 2020
Open Issues & Pull Requests: 205 (+0)
GitHub issues: Enabled
Number of forks: 743
Total Stargazers: 19,190 (+0)
Total Subscribers: 60 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.1 hours
Mean response time: 49.4 days
90th percentile: 94.2 days
Tracked items: 344

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 65% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Work labelled "ci" is answered fastest, typically in about an hour, while "topic: curl options" waits about 4 days. Only 6% of issues opened in the past year have been closed. Three people close 74% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 149
New in 7 days: 8
Closed in 7 days: 7
Avg open age: 737 days
Stale 30+ days: 133
Stale 90+ days: 118

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (232)
  • bug (106)
  • open-to-contribution (53)
  • ci (23)
  • topic: curl options (21)
  • topic: jsonpath (18)
  • documentation (17)
  • breaking (14)

Detailed Description

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

Hurl solves the problem of testing and automating HTTP interactions by allowing developers to write requests in a simple, readable text format rather than scripting or using graphical tools. The tool chains multiple requests together, captures values from responses, and evaluates queries using XPath and JSONPath against headers and body content. Built on Rust and powered by libcurl, it combines the speed and reliability of curl with a more accessible syntax layer. The tool supports REST, SOAP, and GraphQL APIs, handles both JSON and XML content, and can test HTML responses. It also includes performance testing capabilities and can generate reports in multiple formats including JUnit, TAP, and HTML for CI/CD integration.

Hurl suits developers and DevOps engineers who want to define HTTP tests and requests in version-controllable text files rather than maintaining separate test scripts or API clients. It works well for integration testing, API validation, and local development workflows. The single-binary distribution with no runtime dependencies makes it straightforward to install and run in any environment, including CI/CD pipelines. Teams already familiar with curl will find the transition natural, as Hurl leverages curl's underlying engine while adding higher-level testing and request-chaining capabilities.

The project receives issues from both core maintainers and external users, indicating adoption beyond the original team without an overwhelming support burden. Maintainers typically respond to new issues and pull requests within a day. Work in the issue tracker centers on enhancements, bug fixes, and tasks marked as open to contribution.