Response¶
Legacy Wiki Page
This page was migrated from the old MoinMoin-based wiki. Information may be outdated or no longer applicable. For current documentation, see python.org.
Building Response object is a common way to return information from URL handler back to web framework for returning to client:
Django: https://docs.djangoproject.com/en/1.7/ref/request-response/#httpresponse-objects
Flask: http://flask.pocoo.org/docs/0.10/api/#response-objects
Bottle: http://bottlepy.org/docs/dev/tutorial.html#tutorial-response
webapp2/WebOb: http://webapp-improved.appspot.com/api/webapp2.html#webapp2.Response