This HttpModule uses classes that inherit from
This module checks the Accept-Encoding HTTP header to determine if the /// client actually supports any notion of compression. Currently, we support /// the deflate (zlib) and gzip compression schemes. I chose not to implement /// compress, because it's uses lzw, which generally requires a license from /// Unisys. For more information about the common compression types supported, /// see http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11 for details.
///