HTTPHub
July 31, 2021 ยท View on GitHub
An HTTP Request/Response service fully written in Go.
Run Locally
Pull from Docker Hub
docker run -p 80:80 iammehdi/httphub
Environment Variables
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
Build process
To run tests, run the following command
make test
To generate Swagger specs, run the following command
make swagger
Features
Currently, HTTPHub covers the following topics:
- Authentication
- Caching
- Cookies
- HTTP methods
- Redirections
- Request/Response inspection
- Status codes