https://github.com/dockette/httpdump
:whale: Inspect HTTP requests
https://github.com/dockette/httpdump
Last synced: 2 months ago
JSON representation
:whale: Inspect HTTP requests
- Host: GitHub
- URL: https://github.com/dockette/httpdump
- Owner: dockette
- License: mit
- Created: 2022-07-20T14:34:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-11T09:10:25.000Z (9 months ago)
- Last Synced: 2025-07-11T12:33:56.195Z (9 months ago)
- Language: Dockerfile
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Dockette / HTTPDump
Inspect HTTP requests using httpdump app.
🕹 f3l1x.io | 💻 f3l1x | 🐦 @xf3l1x
-----
## Usage
```
version: "3.7"
services:
httpdump:
image: dockette/httpdump
ports:
- 8000:8000
environment:
- APP_ENV=local
- REDIS_HOST=redis
volumes:
# Persistence
# - .docker/storage:/srv/storage
redis:
image: redis:7-alpine
ports:
- 6379:6379
```
## Documentation
You can easily setup HTTPDump via environment variables. This is list of default values.
```
- APP_NAME=Dockette
- APP_ENV=local
- APP_KEY=base64:sjJo32LB/+B35zImJQNU2idyWUFoZL1KMmo5pPoiGvU=
- APP_DEBUG=true
- APP_URL=http://localhost
```
## Development
See [how to contribute](https://contributte.org/contributing.html) to this package.
This package is currently maintaining by these authors.
-----
Consider to [support](https://github.com/sponsors/f3l1x) **f3l1x**. Also thank you for using this package.