github.com/valyala/fasthttp
go
pkg:golang/github.com/valyala/fasthttp
521 Dependabot PRs
9 days ago
126 repositories
32 repositories
Recent PRs
build(deps): bump the fasthttp-modules group across 5 directories with 1 update
gofiber/contrib #1433
Bump github.com/valyala/fasthttp from 1.65.0 to 1.68.0
[gomod] - upgrade go dependencies(deps): Bump github.com/valyala/fasthttp from 1.59.0 to 1.68.0
chore: bump github.com/valyala/fasthttp from 1.56.0 to 1.67.0
onchainengineering/hmi-wirtual #339
chore: bump github.com/valyala/fasthttp from 1.63.0 to 1.67.0
officialmofabs/coder #448
Bump the dev-dependencies group across 1 directory with 43 updates
Bump github.com/valyala/fasthttp from 1.51.0 to 1.67.0
goflash/flash #56
chore(deps): bump github.com/valyala/fasthttp from 1.58.0 to 1.67.0
Clarilab/tracygo #108
Bump github.com/valyala/fasthttp from 1.66.0 to 1.67.0
percona/pmm-dump #319
Bump github.com/valyala/fasthttp from 1.59.0 to 1.67.0
build(deps): bump github.com/valyala/fasthttp from 1.62.0 to 1.67.0
angiolino-hub/fiber-update- #25
build(deps): bump github.com/valyala/fasthttp from 1.66.0 to 1.67.0
AghayeCoder/tx-ui #121
Bump github.com/valyala/fasthttp from 1.63.0 to 1.67.0
swesmith/raviqqe__muffet.430e6937 #74
Bump github.com/valyala/fasthttp from 1.32.0 to 1.67.0
[gomod] - upgrade go dependencies(deps): Bump github.com/valyala/fasthttp from 1.59.0 to 1.67.0
build(deps): bump github.com/valyala/fasthttp from 1.62.0 to 1.67.0
grokify/commonchat #179
build(deps): bump the fasthttp-modules group across 5 directories with 1 update
gofiber/contrib #1423
chore(deps): bump github.com/valyala/fasthttp from 1.66.0 to 1.67.0
golanglib/dependabot_botherer #6243
build(deps): bump github.com/valyala/fasthttp from 1.66.0 to 1.67.0
grokify/spectrum #324
build(deps): bump github.com/valyala/fasthttp from 1.65.0 to 1.67.0
grokify/chathooks #300
Bump github.com/valyala/fasthttp from 1.66.0 to 1.67.0
raviqqe/muffet #639
Bump github.com/valyala/fasthttp from 1.66.0 to 1.67.0
academic/gURL #19
build(deps): bump github.com/valyala/fasthttp from 1.65.0 to 1.67.0
gofiber/fiber #3790
Bump github.com/valyala/fasthttp from 1.58.0 to 1.67.0
christopher862-dev/go-http-metrics #16
chore(deps): Bump github.com/valyala/fasthttp from 1.66.0 to 1.67.0
JioTV-Go/jiotv_go #697
build(deps): bump github.com/valyala/fasthttp from 1.62.0 to 1.67.0
grokify/go-glip #262
Bump github.com/valyala/fasthttp from 1.66.0 to 1.67.0
go-oidfed/offa #44
Bump github.com/valyala/fasthttp from 1.55.0 to 1.67.0
build(deps): bump github.com/valyala/fasthttp from 1.62.0 to 1.67.0
Bump github.com/valyala/fasthttp from 1.55.0 to 1.67.0
Templum/rabbitmq-connector #549
Bump github.com/valyala/fasthttp from 1.29.0 to 1.67.0
gogearbox/sentry #63
Bump the go_modules group across 1 directory with 3 updates
paz/acme-dns #1
chore(deps): Bump github.com/valyala/fasthttp from 1.40.0 to 1.66.0
build(deps): bump the fasthttp-modules group across 4 directories with 1 update
gofiber/contrib #1420
Bump the dev-dependencies group with 41 updates
build(deps): bump github.com/valyala/fasthttp from 1.65.0 to 1.66.0
chewtoys/error-pages #145
Bump github.com/valyala/fasthttp from 1.65.0 to 1.66.0 in /servers/fasthttp
build(deps): bump github.com/valyala/fasthttp from 1.64.0 to 1.66.0
sot-tech/mochi #161
build(deps): bump github.com/valyala/fasthttp from 1.65.0 to 1.66.0
deps(deps): bump github.com/valyala/fasthttp from 1.64.0 to 1.66.0
Bump the gomod group across 1 directory with 4 updates
Bump the all group across 1 directory with 12 updates
chore: bump github.com/valyala/fasthttp from 1.62.0 to 1.66.0
defExistentia/coder-2.24.3-modified #54
chore: bump github.com/valyala/fasthttp from 1.63.0 to 1.66.0
officialmofabs/coder #421
chore: bump github.com/valyala/fasthttp from 1.59.0 to 1.66.0
ongood/coder #1153
deps(deps): bump github.com/valyala/fasthttp from 1.62.0 to 1.66.0
build(deps): bump github.com/valyala/fasthttp from 1.40.0 to 1.66.0
papa-hexuan/jupiter #192
build(deps): bump the fasthttp-modules group across 5 directories with 1 update
arielsrv/contrib #92
Package Details
| Name: | github.com/valyala/fasthttp |
| Ecosystem: | go |
| PURL Type: | golang |
| Package URL: | pkg:golang/github.com/valyala/fasthttp |
| JSON API: | View JSON |
Security Advisories
Package Information
Package fasthttp provides fast HTTP server and client API. Fasthttp provides the following features: Optimized for speed. Easily handles more than 100K qps and more than 1M concurrent keep-alive connections on modern hardware. Optimized for low memory usage. Easy 'Connection: Upgrade' support via RequestCtx.Hijack. Server provides the following anti-DoS limits: - The number of concurrent connections. - The number of concurrent connections per client IP. - The number of requests per connection. - Request read timeout. - Response write timeout. - Maximum request header size. - Maximum request body size. - Maximum request execution time. - Maximum keep-alive connection lifetime. - Early filtering out non-GET requests. A lot of additional useful info is exposed to request handler: - Server and client address. - Per-request logger. - Unique request id. - Request start time. - Connection start time. - Request sequence number for the current connection. Client supports automatic retry on idempotent requests' failure. Fasthttp API is designed with the ability to extend existing client and server implementations or to write custom client and server implementations from scratch.
| Repository: | https://github.com/valyala/fasthttp |
| Homepage: | https://github.com/valyala/fasthttp |
| Latest Release: |
v1.62.0
6 months ago |
| Dependent Repos: | 25,287 |
| Dependent Packages: | 8,579 |
| Ranking: | Top 0.039% by dependent repos Top 0.0227% by dependent pkgs |