Responding with GZIP data #1627
-
Does uWebSockets attempt to read |
Beta Was this translation helpful? Give feedback.
Answered by
uNetworkingAB
Jul 20, 2023
Replies: 1 comment 2 replies
-
The server itself does not respond with compression for HTTP, but you could write a function that does. We could have HttpUtilities.h for such functions. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jviotti
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The server itself does not respond with compression for HTTP, but you could write a function that does. We could have HttpUtilities.h for such functions.