An open API service indexing awesome lists of open source software.

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

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.