byene
byene
i see in [fs.go](https://github.com/valyala/fasthttp/blob/master/fs.go#L912) that fasthttp may not handle[ multipart/byteranges](https://datatracker.ietf.org/doc/html/rfc7233#page-18) . will fasthttp support it ? if so, i'm willing to do it
**What type of PR is this?** feat **What this PR does / why we need it (English/Chinese):** en: support auto render for html zh: html render 支持可配置化自动加载 **Which issue(s) this...
**Is your feature request related to a problem? Please describe.** may Hertz support [Trailer](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Trailer) ? that's the http feature
**What type of PR is this?** feat **What this PR does / why we need it (English/Chinese):** **en:** - separate `singlePart` from `fsSmallFileReader` and `bigFileReader` - add `bigRangeReader` and `smallRangeReader`,...
**Is your feature request related to a problem? Please describe.** I see hertz only support [Single part ranges](https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests#single_part_ranges), i think it's better to support [Multipart ranges](https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests#multipart_ranges) **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** hertz only support gzip in [fs.go](https://github.com/cloudwego/hertz/blob/develop/pkg/app/fs.go#L273). may support brotli/br? **Describe the solution you'd like** I think hertz can support it...
**Is your feature request related to a problem? Please describe.** is it possible to make [HeaderScanner](https://github.com/cloudwego/hertz/blob/develop/pkg/protocol/http1/ext/headerscanner.go#L53) and [HeaderValueScanner](https://github.com/cloudwego/hertz/blob/develop/pkg/protocol/http1/ext/headerscanner.go#L75) pooled ?
**Is your feature request related to a problem? Please describe.** will hertz support support chunk-extension? [chunk-extension rfc](https://www.rfc-editor.org/rfc/rfc9112#name-chunk-extensions) **Additional context** now hertz [parseChunkSize](https://github.com/cloudwego/hertz/blob/develop/pkg/common/utils/chunk.go#L45) skip the whitespace and check the '\r',
#### What type of PR is this? fix #### Check the PR title. - [x] This PR title match the format: \(optional scope): \ - [x] The description of this...
**Describe the bug** refer to fasthttp https://github.com/valyala/fasthttp/pull/1019 and https://github.com/valyala/fasthttp/pull/1022