Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 298 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 298 Bytes

What is it?

httpit is an application designed to perform integration testing using the http protocol.

Using Go Run

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

Using Docker Image

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