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