uwsgi-tools provides uwsgi_curl and uwsgi_proxy, utilities for direct HTTP requests and reverse proxying to uWSGI backends via the uwsgi protocol. Current version is 1.1.1.
pip install uwsgi-toolsNo compatibility data collected yet for this library.
Run uwsgi_curl from the command line.
Run the tools from the shell, not from Python import.
Ensure the target server speaks the uwsgi protocol.
Use command-line calls via subprocess or shell. Example: 'uwsgi_curl http://localhost:9090'
Ensure uWSGI is running with the 'uwsgi' protocol (using --protocol=uwsgi) and the correct address.
No dependency data recorded yet.