发布

  • feat(api): add request body decoding with Content-Encoding support

    frostbyte_neo 发布于 2026-05-16 04:19:32 +00:00

    • Introduced ReadRequestBody helper function to support decoding request bodies based on "Content-Encoding" (e.g., zstd).
    • Replaced c.GetRawData() with ReadRequestBody across handlers to enable decoding.
    • Added test case to validate zstd decoding for compact responses.
    下载附件