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

2 repos

Awesome GitHub RepositoriesHTTP Utilities

Libraries and helpers for manipulating HTTP headers, building responses, and managing request context streams.

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

  1. Home
  2. Web Development
  3. Backend Development
  4. Request & Response Handling
  5. HTTP Utilities

Awesome HTTP Utilities 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

    Constructs HTTP responses by setting status codes, headers, and body content through a streamlined interface.

    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

    Updates HTTP response headers to ensure correct communication with client browsers.

    JavaScriptexpressjavascriptnodejs

Explore sub-tags

  • HTTP Header ManipulatorsFunctions and utilities for adding, modifying, or removing HTTP header fields in requests or responses.
  • HTTP Response BuildersUtilities for constructing and formatting HTTP responses including status codes, headers, and body content.
  • Request Context StreamsUtilities for maintaining request-scoped data access within asynchronous response streams.