mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
src | ||
static | ||
views | ||
__init__.py | ||
.gitignore | ||
README.md | ||
settings.py | ||
start.py |
0bin
encrypted pastebin
What does 0bin not implement?
- Request throttling. It would be ineficient to do it at the app level, and web servers have rebust implementation.
- Compression. Modern browsers and servers communicate gzipped content so it would be redondant.