Module t.w.f.location

Part of twisted.web2.filter View Source

No module docstring
Function addLocation Add a location header to the response if the response status is
def addLocation(request, location): (source)
Add a location header to the response if the response status is CREATED.
ParametersrequestIRequest the request being processed
locationthe URI to use in the location header
API Documentation for twisted, generated by pydoctor.