Apache2-Proxy
view release on metacpan or search on metacpan
lib/Apache2/Proxy.pm view on Meta::CPAN
use constant VERBOSE_DEBUG => 0;
use constant MAX_CONTENT_LENGTH => 131072; # 128k
# firefox default headers
our %Headers = (
'Accept-Encoding' => 'gzip,deflate',
'Accept-Charset' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7',
'Accept-Lang' => 'en-us,en;q=0.5',
'Accept' =>
'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5',
'User-Agent' =>
'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.10) Gecko/2009042315 Firefox/3.0.10',
);
our %Response = (
200 => 'twohundred',
204 => 'twoohfour',
206 => 'twoohsix',
301 => 'threeohone',
302 => 'redirect',
( run in 1.251 second using v1.01-cache-2.11-cpan-df04353d9ac )