awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
HTTP Request Handling · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesHTTP Request Handling

Utilities for parsing, routing, and managing incoming HTTP requests and their associated data payloads.

Explore 2 awesome GitHub repositories matching web development · HTTP Request Handling. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. HTTP Request and Middleware Utilities
  4. HTTP Request Handling

Awesome HTTP Request Handling GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • pallets/flask

    pallets/flask

    71,240GitHubView on GitHub↗

    Flask is a micro web framework designed for building web services with a flexible, lightweight structure. It functions as a standard-compliant WSGI application server, providing the essential tools required to register URL routes, handle incoming HTTP requests, and construct responses. By utilizing a central applicatio

    Pythonflaskjinjapallets
  • expressjs/express

    expressjs/express

    68,784GitHubView on GitHub↗

    Express is a minimalist web server framework that provides a foundational runtime environment for building backend web APIs and applications. It operates through a central application object that orchestrates the entire request-response lifecycle, allowing developers to define routes, manage server settings, and proces

    JavaScriptexpressjavascriptnodejs

Explore sub-tags

  • Content Negotiation UtilitiesMechanisms for inspecting request headers to determine preferred content types, languages, and character sets.
  • Method-Agnostic HandlersMiddleware or routes that execute for any HTTP verb on a specific path.
  • Request Data AccessorsUtilities for retrieving and parsing specific data from incoming HTTP requests, including headers, parameters, and body content.
  • Request DispatchersSystems that route incoming HTTP requests to specific handlers or view logic through a centralized registry.