Is there a command line tool to send requests directly to a wsgi application (django) listening on a unix socket?
An equivalent of:
curl -X GET http://example.org/index.html
But that would bypass HTTP server and talked directly to the underlying application over wsgi?