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
- Host: GitHub
- URL: https://github.com/thus/http-tarpit
- Owner: thus
- License: mit
- Created: 2024-04-29T19:54:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T20:42:43.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T01:12:46.051Z (about 1 year ago)
- Topics: docker, fastapi, http, tarpit
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```