awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesHTTP Request Decoders

Components that transform raw HTTP byte streams into structured request objects.

Distinct from HTTP Request Body Streaming: No candidate specifically covers the transformation of raw streams into HTTP request objects for server-side handling.

Explore 1 awesome GitHub repository matching web development · HTTP Request Decoders. Refine with filters or upvote what's useful.

Awesome HTTP Request Decoders GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • luvit/luvitAvatar luvit

    luvit/luvit

    3,953Vezi pe GitHub↗

    Luvit is an event-driven runtime for Lua that integrates libuv to provide non-blocking I/O and asynchronous system operations. It functions as an asynchronous network framework and execution environment that leverages Just-In-Time compilation for high-performance script processing. The platform enables the distribution of network traffic across multiple CPU cores through a TCP cluster manager that shares socket handles among child processes. It provides specialized capabilities for building HTTP servers by decoding incoming request streams and encoding responses via a stream processor. The r

    Transforms raw network packets into structured HTTP request objects and body chunks.

    Lua
    Vezi pe GitHub↗3,953
  1. Home
  2. Web Development
  3. HTTP Request Decoders