mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 01:08:27 +00:00
A detail about Gzip support (#475)
* Typos fixed * README.md edited.libz should be linked for GZIP support.
This commit is contained in:
parent
803ebe1e20
commit
be45ff1ff1
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ cli.enable_server_certificate_verification(true);
|
||||||
Zlib Support
|
Zlib Support
|
||||||
------------
|
------------
|
||||||
|
|
||||||
'gzip' compression is available with `CPPHTTPLIB_ZLIB_SUPPORT`.
|
'gzip' compression is available with `CPPHTTPLIB_ZLIB_SUPPORT`. `libz` should be linked.
|
||||||
|
|
||||||
The server applies gzip compression to the following MIME type contents:
|
The server applies gzip compression to the following MIME type contents:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue