summaryrefslogtreecommitdiff
path: root/paste/proxy.py
Commit message (Expand)AuthorAgeFilesLines
* Port proxy to Python 3Victor Stinner2015-04-221-20/+26
* Strip trailing spacesVictor Stinner2015-04-211-28/+28
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-5/+5
* fix another CONTENT_LENGTH=-1 placeianb2009-03-061-0/+2
* Have the proxy handle a content-length of -1ianb2009-03-061-3/+8
* #334, handle case when PATH_INFO is emptyianb2009-02-111-1/+1
* Add QUERY_STRING to Proxy requests (#232)ianb2008-08-291-0/+2
* In proxy, set content-length and filter more bad headersianb2008-07-301-1/+9
* Don't overwrite X-Forwarded-Forianb2007-10-301-1/+1
* Treat missing Content-Length as 0, not unlimitedianb2007-04-251-2/+2
* Fix case with continuation headersianb2007-04-171-13/+30
* Quote SCRIPT_NAME and PATH_INFO in construct_url and when forwarding the requ...ianb2006-12-181-2/+5
* Fix for Set-Cookie in paste.proxyianb2006-11-211-2/+12
* Added a force_host arg to TransparentProxyianb2006-10-181-8/+34
* Paste should not depend upon other paste modules, suchcce2006-09-211-1/+1
* Some docstring fixes, and a link fix; exception fix in paste.lint0.9.8.1ianb2006-09-051-5/+12
* Patch to add suppress_http_headers to paste.proxy.Proxy, from Brad Clementsianb2006-08-291-4/+15
* Added TransparentProxyianb2006-08-241-0/+69
* Added copyright header to a bunch of filesianb2006-06-131-0/+2
* Patch for paste.proxy from Brad Clementsianb2006-04-031-11/+50
* Added entry point for paste.proxyianb2006-03-131-0/+7
* Added a simple and lightly tested proxy appianb2006-02-031-0/+75