is a WSGI compliant server.
import whiskey as Whiskey
whiskey = Whiskey.distill('127.0.0.1', 8080, application)
whiskey.drink_forever()
# Where 'application' is a WSGI application
- Everything in os.environ
- Everything explicitly stated in PEP333.
is a WSGI compliant server.
import whiskey as Whiskey
whiskey = Whiskey.distill('127.0.0.1', 8080, application)
whiskey.drink_forever()
# Where 'application' is a WSGI application