Index of the relocateresponse module
-
m
wsgifilter.relocateresponse
...
- Takes a response (headers + content) and relocates it, changing domain
names and paths.
- C RelocateMiddleware ...
- f relocate_content ...
- f relocate_response ... - Takes headers and content, and replaces all instances of old_href with new_href. Returns (new_headers, new_content)
- f relocate_headers ...
- f relocate_href ...