-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable GZIP compression for API server
- Added CROW_ENABLE_COMPRESSION flag in CMakeLists.txt - Updated api_server.cpp to use GZIP compression with Crow framework - Modified api_server.hpp to include compression headers and define compression macro This change improves API response efficiency by enabling GZIP compression for network communication.
- Loading branch information
Joachim Rosskopf
committed
Jan 27, 2025
1 parent
af0a202
commit 6fdab7c
Showing
3 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters