DEBSOURCES
Skip Quicknav
sources / gunicorn / 0.14.5-3%2Bdeb7u1 / examples / frameworks / ittyapp.py
123456789101112
# Run with: # # $ python ittyapp.py # from itty import * @get('/') def index(request): return 'Hello World!' run_itty(server='gunicorn')