$proxy->push_filter( mime => 'text/html', response => utf8HeaderFilter->new(), response => FromLocalFilter->new('iso-8859-1'), response => RemoveContentTypeMeta->new(), response => HTMLNormalize->new(), response => HTTP::Proxy::BodyFilter::htmlparser->new($parser, rw => 1), response => ToUtf8Filter->new() );