-
Notifications
You must be signed in to change notification settings - Fork 2
Handler
Robert Zaremba edited this page Mar 6, 2013
·
1 revision
Handlers ########
Handlers are structures implemented after Tornado design
Most of the useful functions are already defined in standard library:
But we implemented also some shortcuts, to handle most common operations in a fancy way:
Redirects to specified url
setting HTTP status
code
Redirects to specified url
setting HTTP 302 (StatusFound) status code