mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-10 01:33:53 +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
@ -494,7 +494,7 @@ cli.enable_server_certificate_verification(true);
|
||||
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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user