Bases: View
View
The actual view function behavior. Subclasses must override this and return a valid response. Any variables from the URL rule are passed as keyword arguments.
Zap everything here, useful for unit tests
Check for functions to route in obj and route them.
WebView
WebView.__init__()
WebView.dispatch_request()
reset_app()
route()
strip_path()
try_decode_json()