Subject: | need option to choose among uncompress, memGunzip, inflateInit |
I'd like to use this in the PoCo HTTP client to decompress requests, but
depending upon the Content-Encoding, I'd need to use uncompress,
memGunzip or inflateInit. Is it possible to support this, or should I
create POE::Filter::HTTPCompression::{gzip,deflate,compress}?