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

https://github.com/thus/http-tarpit

HTTP tarpit based on FastAPI and fastapi-tarpit
https://github.com/thus/http-tarpit

docker fastapi http tarpit

Last synced: about 1 year ago
JSON representation

HTTP tarpit based on FastAPI and fastapi-tarpit

Awesome Lists containing this project

README

          

# HTTP Tarpit

HTTP tarpit, built using FastAPI and
[fastapi-tarpit](https://github.com/thus/fastapi-tarpit) middleware.

## Build Docker Image

```bash
docker build -t http-tarpit .
```