Hanabishi bda37cbade
Improve parsing of HTTP headers
Parse HTTP headers using raw byte arrays instead of strings. This allows us to apply different encodings for different parts.
This change is backward compatible and should not affect any existing operation, so WebAPI version bump is not required.

PR #23083.
2025-08-23 02:51:51 +08:00
..
2022-07-10 13:20:27 +08:00
2023-08-11 13:47:55 +08:00
2023-08-11 13:47:55 +08:00
2025-04-27 16:21:20 +03:00

Test suite

To run tests, add -DTESTING=ON argument when invoking cmake, then build the app as usual.
After building, run cmake --build <build> --target check where <build> is your cmake build directory.