This website requires JavaScript.
Explore
Help
Sign In
vlad
/
python-learning
Watch
1
Star
0
Fork
0
You've already forked python-learning
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
8fccddc815
python-learning
/
rate_limiters
/
start_app.sh
3 lines
98 B
Bash
Raw
Normal View
History
Unescape
Escape
testing rate-limiting requests via ASGI middleware in starlette
2026-05-09 15:35:03 +00:00
#!/bin/bash
cleanup
2026-05-09 15:50:14 +00:00
uvicorn --host 0.0.0.0 --port
8001
--reload --factory middleware_starlette:create_app
Reference in New Issue
Copy Permalink