1 مستودع
Plain-text formats used to describe the intended behavior and structure of HTTP interactions.
Distinct from Plain Text Markup: Not just markup or a general HTTP library; it's a specification for test execution.
Explore 1 awesome GitHub repository matching development tools & productivity · Declarative API Specifications. Refine with filters or upvote what's useful.
Hurl is a command line HTTP testing tool and REST API test runner that uses a declarative, plain-text format to specify HTTP requests and responses. It functions as a client for continuous integration pipelines, allowing users to describe request sequences without a full programming language. The tool distinguishes itself by sequencing HTTP calls and verifying responses through matchers and variable capture. It maintains a stateful variable store, enabling data extracted from one response to influence subsequent requests within a workflow. The system covers API integration testing and REST w
Offers a declarative way to describe HTTP request and response sequences without using a full programming language.