An HTTP Request/Response service fully written in Go.
Pull from Docker Hub
docker run -p 80:80 iammehdi/httphub
To run this project in development mode, you will need to add DEV_MODE to your .env file or to set it from the CLI
export DEV_MODE=1
To run tests, run the following command
make test
To generate Swagger specs, run the following command
make swagger
Currently, HTTPHub covers the following topics:
- Authentication
- Caching
- Cookies
- HTTP methods
- Redirections
- Request/Response inspection
- Status codes