Skip to content

MichelFortes/httpit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors