An open index of dependabot pull requests across open source projects.

github.com/valyala/fasthttp

Ecosystem:
go
Package URL:
pkg:golang/github.com/valyala/fasthttp
Total PRs:
521 Dependabot PRs
Latest PR:
9 days ago
Unique Repositories:
126 repositories
Unique Repos (30 days):
32 repositories
Recent PRs
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

1

Active advisories
HIGH 1
View All golang Advisories
Package Information
Description:

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
PR Status
Open 217 (41.7%)
Merged 101 (19.4%)
Closed 149 (28.6%)
PR Types
Minor 467 (89.6%)