flush
[mcs.git] / class / Mono.Http / README
blob9110c5c3bc4ca7e1d02f2326461cac6cd20fe7ea
1 Mono.Http assembly
2 --------------------
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.
9 How to...
10 ----------
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.
21 -Gonzalo