| Rainbow 2.0 Code Documentation |
|
blowery.Web.HttpCompress Namespace
Namespace hierarchy
Classes
| Class |
Description |
|
CompressingFilter
|
Base for any HttpFilter that performing compression |
|
DeflateFilter
|
Summary description for DeflateFilter. |
|
GZipFilter
|
This is a little filter to support HTTP compression using GZip |
|
HttpModule
|
An HttpModule that hooks onto the Response.Filter property of the current request and tries to compress the output, based on what the browser supports |
|
HttpOutputFilter
|
The base of anything you want to latch onto the Filter property of a HttpResponse object. |
|
SectionHandler
|
This class acts as a factory for the configuration settings. |
|
Settings
|
This class encapsulates the settings for an HttpCompressionModule |
Enumerations
| Enumeration |
Description |
|
Algorithms
|
The available compression algorithms to use with the HttpCompressionModule |
|
CompressionLevels
|
The level of compression to use with deflate |