Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README « Mono.Http « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9110c5c3bc4ca7e1d02f2326461cac6cd20fe7ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Mono.Http assembly
--------------------
This assembly holds a number of classes that provide additional features to
existing Http protocol related ones, such as support for gzip compression of
pages when hosting ASP.NET pages (xsp uses it) and others.

Watch out the NEWS file.

How to...
----------

* ... enable gzip compression in your own progran that uses ASP.NET hosting?

    See the web.config file in xsp/test. Look for Mono.Http.

* ... use WebRequest/WebResponse wrappers for gzipped content?

    See samples/http-get-gzip.cs file.


-Gonzalo