Mikhail
95dcc31d24
docs: added httpgo to related projects ( #2169 )
...
Co-authored-by: Mikhail Rybnikov <m.rybnikov@fbs.com >
2026-03-26 13:46:45 +09:00
Erik Dubbelboer
f0d5d9a5cb
Add WithLimit methods for uncompression ( #2147 )
...
* Add WithLimit methods for uncompression
The current uncompress methods don't enforce a memory limit and are
susceptible to things like zip bombs. This pull introduces new methods
so retain backwards compatibility. The old methods might be deprecated
in the future.
* Fix suggestion
2026-02-22 18:13:40 +01:00
pj
42f89fbefd
update readme ( #2114 )
2025-12-25 21:16:03 -03:00
Erik Dubbelboer
e9640b4d39
Update benchmarks in readme
...
Remove benchmarks that don't work well.
2025-09-10 22:17:12 +02:00
Erik Dubbelboer
4d25421ae5
Drop Go 1.23 support ( #2065 )
...
The Go team doesn't support this version anymore. This is required to
update our golang.org/x/... dependencies.
2025-09-10 22:16:01 +02:00
FAUST.
68d21ed008
docs: add fasthttp-auth to related projects section ( #2057 )
2025-08-24 12:58:03 +02:00
Veeral Kansara
46ae933953
Proposal : To add Unsafe Zero-Allocation Conversions Sections in main documentation ( #2013 )
...
* fix: removed resolved issue link from readme file, issue no longer exists
* chore: removed wrong information from main documentation as these functions does not exist
* chore: removed old information from main documentation as these functions does not exist
* chore: added unsafe zero-allocation conversion section
---------
Co-authored-by: Veeral Kansara <veeral.kansara@brightmountainmedia.com >
2025-05-24 05:20:08 +02:00
Veeral Kansara
74f3d4cfc8
Removed old information from main documentation as these functions does not exist ( #2012 )
...
* fix: removed resolved issue link from readme file, issue no longer exists
* chore: removed wrong information from main documentation as these functions does not exist
* chore: removed old information from main documentation as these functions does not exist
---------
Co-authored-by: Veeral Kansara <veeral.kansara@brightmountainmedia.com >
2025-05-20 14:38:18 +09:00
Veeral Kansara
d856840619
fix: removed resolved issue link from readme file, issue no longer exists ( #2008 )
...
Co-authored-by: Veeral Kansara <veeral.kansara@brightmountainmedia.com >
2025-05-10 01:57:14 +02:00
Erik Dubbelboer
69dc7b1280
Update the supported version to the same as Go itself ( #1967 )
...
Some of our dependences require the supported versions of Go.
For example github.com/golang/crypto now requires 1.23 or higher.
See: https://github.com/golang/crypto/commit/89ff08d67c4d79f9ac619aaf1f7388888798651fa
For more information on the new policy of the Go team see: https://github.com/golang/go/issues/69095
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-26 04:39:17 +01:00
Liu Ziming
31e34c5fe0
add related project for opentelemetry-go-auto-instrumentation ( #1962 )
...
* add related project for opentelemetry-go-auto-instrumentation
* Update README.md
2025-02-22 06:52:20 +01:00
Erik Dubbelboer
84f0231a53
Drop support for Go 1.21, add support for 1.24 ( #1959 )
2025-02-20 11:01:50 +01:00
Oleksandr Redko
ce283fb97c
docs: improve README formatting and section headers ( #1925 )
...
This improves links rendering on pkg.go.dev.
2024-12-19 07:00:04 +01:00
Erik Dubbelboer
0f84e656c2
Remove support for go 1.19 and 1.20, and add support for 1.23 ( #1837 )
2024-08-23 21:56:27 +02:00
Erik Dubbelboer
435faf8698
Bump supported Go version in readme ( #1690 )
2024-01-14 02:46:41 +01:00
Oleksandr Redko
5147cecec7
docs: replace links to golang.org with go.dev ( #1489 )
...
- Replace https://godoc.org with https://pkg.go.dev .
- Replace https://golang.org with https://go.dev .
- Replace https://golang.org/pkg with https://pkg.go.dev .
- Replace https://blog.golang.org with https://go.dev/blog .
- Use https://pkg.go.dev/golang.org/x/net/http2 instead of non-existing https://http2.golang.org/ .
- Remove trailing slashes.
2023-02-11 19:59:44 +08:00
kinggo
b2e66a55d4
docs: add http2curl ( #1480 )
2023-02-03 04:38:07 +01:00
Aadithya V
fc2d704c1f
chore: Update README.md ( #1470 )
...
Grammar fix in doc's introduction.
2023-01-10 08:46:18 +01:00
kinggo
2a572e08ef
doc: optimize the comment of the Request.Done method ( #1454 )
2022-12-18 11:29:17 +01:00
ichx
c078a9d550
Add string and bytes buffer convert trick in README ( #1151 )
...
* Add string and bytes buffer convert trick in README
* Update README.md
2021-11-10 22:14:55 +01:00
Erik Dubbelboer
81fc968270
Add warning to readme
2021-10-09 20:39:05 +02:00
Andy Pan
cad867ad92
Remove the redundant badage ( #1085 )
2021-09-01 12:28:46 +02:00
Darío
b3ece39dcd
Update README.md ( #1058 )
2021-07-08 09:55:08 +02:00
Erik Dubbelboer
87fc95849c
Run go test on github actions ( #1047 )
...
* Run go test on github actions
travis-ci.org has stopped.
See also: https://github.com/curl/curl/issues/7150
Downside: github actions don't support ppc64le
* Run less
* delete .travis.yml
* Remove travis + minor lint fixes
2021-06-18 13:36:54 +02:00
Erik Dubbelboer
f3e4118c5b
Don't recommend Go 1.13
2021-05-21 11:59:58 +02:00
Serge Romanov
e6ed19fd0c
update link to router package ( #842 )
...
Co-authored-by: Bob Cohn <robert.cohn@taotesting.com >
2020-06-25 10:34:24 +02:00
Erik Dubbelboer
ac4cc171a5
Completely remove fuzzit
...
They have been acquired by GitLab and are going to remove all data for
previous projects. See https://github.com/valyala/fasthttp/issues/838
2020-06-21 10:55:27 +02:00
Nagy Salem
38affcb146
Added Gearbox ( #823 )
2020-06-18 22:44:33 +02:00
Andy Pan
29e6d094c8
Update TechEmpower benchmark from 18 to 19 round ( #821 )
2020-06-02 11:56:48 +02:00
Vic Shóstak
ea20759cf1
Add third-party framework to README ( #774 )
2020-04-07 09:33:46 +02:00
Darío
a1cfe58ca8
Added fastws (alphabetically) to related projects ( #770 )
2020-04-03 17:30:28 +02:00
Fenny
38e068a51c
Fix XHR Typo ( #735 )
...
* Add third-party router / framework to README.md
* Fix XHR header
* Don't add fiber to the readme yet
It needs more users and activity first. We don't just want to add any framework otherwise our readme will get super full.
Co-authored-by: Erik Dubbelboer <erik@dubbelboer.com >
2020-01-31 21:38:50 +01:00
Erik Dubbelboer
a266a926ae
Only show master branch on travis-ci
2019-12-01 10:45:29 +01:00
Andy Pan
87c4546c7b
Add a badge for showing projects that use fasthttp ( #685 )
2019-10-28 23:05:41 +08:00
Andy Pan
4489df89cb
Update "TechEmpower Benchmark" from round 12 to round 18 ( #683 )
...
* Update "TechEmpower Benchmark" from round 12 to round 16
* Update "TechEmpower Benchmark" to round 18
2019-10-28 12:01:28 +08:00
Kirill Danshin
d644da4382
Update README.md
2019-09-18 19:20:23 +03:00
Erik Dubbelboer
1241ed7a91
Add fuzzit support ( #634 )
...
* Add fuzzit support
* Do local regression fuzz testing
2019-08-24 08:56:51 +02:00
Sergio Andrés Virviescas Santana
b97bc32543
Update README ( #621 )
2019-08-02 17:09:28 +02:00
wencan
55ea350c55
Update README.md ( #610 )
...
add related project: kit-plugins
2019-07-17 10:12:00 +02:00
Sergio Andrés Virviescas Santana
7ace827541
Add Kratgo to related projects ( #543 )
...
* Add Kratgo to related projects
2019-02-16 10:51:04 +00:00
Emir Beganović
351f874e5e
Fix small typo in readme
2018-09-17 14:42:35 +08:00
Kirill Danshin
0821f75aea
Update README.md
2018-08-27 22:23:26 +00:00
Sergio Andres Virviescas Santana
77385190fb
Added atreugo micro-framework in README
2018-08-27 08:55:21 +00:00
Kirill Danshin
b4967a0d49
Merge pull request #339 from phachon/master
...
Update README.md
2018-08-13 01:50:41 +03:00
Kirill Danshin
bb3bb6295c
Merge pull request #255 from rikvdh/patch-1
...
Remove iris from README, latest v6 removes fasthttp support
2018-08-13 01:49:28 +03:00
phachon
31c1eb0c34
Update README.md
...
add fasthttpsession project
2018-05-08 17:37:34 +08:00
Kirill Danshin
179aa635ec
add gramework ( #280 )
...
Signed-off-by: Kirill Danshin <k@guava.by >
2017-07-10 14:36:13 +03:00
Rik van der Heijden
4b9376847d
Remove iris from README, latest v6 removes fasthttp support
2017-04-26 10:02:45 +02:00
Aliaksandr Valialkin
1dc5bc133b
Issue #207 : mention lu in more places. Remove echo, since it dropped fasthttp support starting from v3
2016-12-05 18:36:47 +02:00
Aliaksandr Valialkin
f644fdc7de
Issue #207 : Mention lu framework in README.md
2016-12-05 18:33:11 +02:00