3 This assembly holds a number of classes that provide additional features to
4 existing Http protocol related ones, such as support for gzip compression of
5 pages when hosting ASP.NET pages (xsp uses it) and others.
7 Watch out the NEWS file.
12 * ... enable gzip compression in your own progran that uses ASP.NET hosting?
14 See the web.config file in xsp/test. Look for Mono.Http.
16 * ... use WebRequest/WebResponse wrappers for gzipped content?
18 See samples/http-get-gzip.cs file.