Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-11 | 898 Bytes | |
v1.64.0 source code.tar.gz | 2025-07-11 | 270.6 kB | |
v1.64.0 source code.zip | 2025-07-11 | 331.1 kB | |
Totals: 3 Items | 602.6 kB | 1 |
⚠️ Deprecation warning! ⚠️
In the next version of fasthttp headers delimited by just \n
(instead of \r\n
) are no longer supported!
What's Changed
- Add warning for deprecated newline separator by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/2031
- refact: eliminate duplication in Request/Response via struct embedding by @ksw2000 in https://github.com/valyala/fasthttp/pull/2027
- chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 by @dependabot[bot] in https://github.com/valyala/fasthttp/pull/2034
- chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 by @dependabot[bot] in https://github.com/valyala/fasthttp/pull/2036
- chore(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 by @dependabot[bot] in https://github.com/valyala/fasthttp/pull/2035
Full Changelog: https://github.com/valyala/fasthttp/compare/v1.63.0...v1.64.0