Rocket uses Methods as a way to serve different types of content. Currently there is one method:
The wsgi method is implemented by the WSGIWorker class.
The app_info property for the WSGIWorker should be a dictionary containing the following:
Rocket provides the following environment variables to applications that it runs in addition to WSGI’s standard environment variables:
Since Rocket does not currently support HTTP-authentication, REMOTE_USER is never provided.