Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 546 Bytes

File metadata and controls

16 lines (12 loc) · 546 Bytes

What is it?

httpit is a CLI tool designed to perform Automated API and End-to-End (E2E) Testing using the HTTP protocol.

Note

Project Status: This project is currently in active development (Alpha). Core functionality for executing requests and validating responses is implemented, but features may change.

Using Go Run

go run cmd/httpit/main.go examples/test-scheme-example.json

Using Docker Image

docker run --rm -v ./examples/test-scheme-example.json:/tmp/test.json httpit /tmp/test.json