proxy.golang.org : github.com/adhocore/fasthttp
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. SPDX-License-Identifier: MIT SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors Copied from https://github.com/labstack/echo/blob/master/bind.go (The difference is in fallback tag name to field name and skip bind by hyphen) See license https://github.com/labstack/echo/blob/master/LICENSE ⚡️ Fiber is an Express inspired web framework written in Go with ☕️ 🤖 Github Repository: https://github.com/gofiber/fiber 📌 API Documentation: https://docs.gofiber.io Package fiber is an Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go. Designed to ease things up for fast development with zero memory allocation and performance in mind. Copied from https://github.com/gofiber/fiber See license https://github.com/gofiber/fiber/blob/main/LICENSE Copied from https://github.com/gofiber/template See license https://github.com/gofiber/template/blob/master/LICENSE
Registry
-
Source
- Documentation
- JSON
- codemeta.json
purl: pkg:golang/github.com/adhocore/fasthttp
License: MIT
Latest release: about 2 months ago
Namespace: github.com/adhocore
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 2 months ago