gofiber / fiber

โšก๏ธ Express inspired web framework written in Go

Home Page:https://gofiber.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ“ [Proposal]: Add support for zstd compression

gaby opened this issue ยท comments

Feature Proposal Description

Add support for zstd compress/decompress as alternative to gzip/brotli. This new algorithm is supported since the latest fasthttp release.

valyala/fasthttp#1701

Alignment with Express API

N/a

HTTP RFC Standards Compliance

https://datatracker.ietf.org/doc/html/rfc8478

API Stability

RFC has been stable for several years. Support was added to Google Chrome recently and Fasthttp v1.53.0

Feature Examples

N/a

Checklist:

  • I agree to follow Fiber's Code of Conduct.
  • I have searched for existing issues that describe my proposal before opening this one.
  • I understand that a proposal that does not meet these guidelines may be closed without explanation.