werkzeug 

Send to Kindle
home » snippets » python » werkzeug



Request Object

werkzeug.werkzeug.Request is

class werkzeug.wrappers.Request(environ,
                                populate_request=True,
                                shallow=False)

Full featured request object implementing the following mixins:

See werkzeug.wrappers.BaseRequest

Response Object