HTTP compression is a capability built into both web servers and web browsers, to make better use of available bandwidth. HTTP protocol data is compressed before it is sent from the server: compliant browsers will announce what methods are supported to the server before downloading the correct format; unsupported browsers will download uncompressed data. Data is usually compressed with either deflate or gzip modules specific to the server software.
Servers that support HTTP compression
- Microsoft IIS: built-in or using 3rd-party module
- Apache HTTP Server, via mod_deflate or mod_gzip
- Caucho Resin Professional, via GzipFilter
- Sun Java System Web Server
- Zeus Web Server
- Lighttpd, via mod_compress
- Nginx - built-in
- RaidenHTTPD - built-in
- Serenity Server - built-in.
No comments:
Post a Comment