http.rst
changeset 690 8450a4fcd6f2
parent 689 83027a466050
child 692 79ee2631d2ac
equal deleted inserted replaced
689:83027a466050 690:8450a4fcd6f2
     2 
     2 
     3 * Web server in Cygwin.
     3 * Web server in Cygwin.
     4 
     4 
     5   $ setup -p apache2,lighttpd,dhttp
     5   $ setup -p apache2,lighttpd,dhttp
     6 
     6 
       
     7 * Encoding HTTP data.
       
     8 
       
     9 Starting with HTTP/1.1, web clients can indicate support for compression:
       
    10 
       
    11   Accept-Encoding: gzip, deflate
       
    12 
       
    13 Web server notifies the web client of this via the Content-Encoding header in the response:
       
    14 
       
    15   Content-Encoding: gzip
       
    16