HTTP::Proxy::HeaderFilter::standard(3pm) | User Contributed Perl Documentation | HTTP::Proxy::HeaderFilter::standard(3pm) |
HTTP::Proxy::HeaderFilter::standard - An internal filter to respect RFC2616
This is an internal filter used by HTTP::Proxy to enforce behaviour compliant with RFC 2616.
This filter implements a single method that is called automatically:
Note that the filter will automatically remove the "Accept-Encoding" headers if the proxy has at least one HTTP::Proxy::BodyFilter filter. (This is to ensure that the filters will receive uncompressed data.)
HTTP::Proxy, HTTP::Proxy::HeaderFilter, RFC 2616.
Philippe "BooK" Bruhat, <book@cpan.org>.
Thanks to Gisle Aas, for directions regarding the handling of the hop-by-hop headers.
Copyright 2003-2015, Philippe Bruhat.
This module is free software; you can redistribute it or modify it under the same terms as Perl itself.
2022-12-04 | perl v5.36.0 |