awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

22 Repos

Awesome GitHub RepositoriesRequest-Response Middleware

Middleware that can pause execution to pass control downstream and resume upstream after the response is processed.

Distinct from Execution Middleware: Distinct from CLI execution middleware by focusing on the bidirectional HTTP request-response cycle.

Explore 22 awesome GitHub repositories matching development tools & productivity · Request-Response Middleware. Refine with filters or upvote what's useful.

Awesome Request-Response Middleware GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • koajs/koaAvatar von koajs

    koajs/koa

    35,713Auf GitHub ansehen↗

    Koa is a lightweight web framework for Node.js designed for building HTTP applications and servers. It functions as an asynchronous middleware engine that processes network requests through a sequence of functions sharing a common context. The framework distinguishes itself by using an onion-model middleware stack and promise-based flow control. This architecture allows requests to flow downstream and responses to flow back upstream through the same chain, enabling non-blocking request cycles and a modular approach to handling network traffic. The system provides high-level capabilities for

    Processes requests through a function stack that pauses execution to pass control downstream and resumes upstream.

    JavaScriptkoa
    Auf GitHub ansehen↗35,713
  • guzzle/guzzleAvatar von guzzle

    guzzle/guzzle

    23,453Auf GitHub ansehen↗

    Guzzle is a PHP HTTP client used for sending synchronous and asynchronous requests to web services. It serves as a concurrent HTTP request manager, an HTTP stream handler, and a middleware-based HTTP pipeline. The project is a PSR-7 compliant client, utilizing standardized PHP interfaces for requests, responses, and streams. The library differentiates itself through a customizable functional handler stack that allows for the interception and modification of the request and response lifecycle. It features an adapter-based transport system that enables swapping between network implementations,

    Allows the injection of custom logic into the bidirectional HTTP request-response cycle via middleware.

    PHP
    Auf GitHub ansehen↗23,453
  • gollum/gollumAvatar von gollum

    gollum/gollum

    14,279Auf GitHub ansehen↗

    Gollum is a Git-powered wiki engine and content management system that provides a web-based interface for editing and organizing files stored in a Git repository. It functions as a self-hosted documentation tool, using a Git-based storage backend to manage page content and track version history. The system is characterized by a pluggable markup rendering architecture that converts multiple markup languages and specialized notations into HTML. It supports a wide array of rich content, including mathematical typesetting, BibTeX bibliographies, and diagrams rendered via Mermaid. Broad capabilit

    Integrates with compatible servers using request-response middleware for authentication and processing.

    Rubydocumentationdocumentation-toolgollum
    Auf GitHub ansehen↗14,279
  • restsharp/restsharpAvatar von restsharp

    restsharp/RestSharp

    9,826Auf GitHub ansehen↗

    RestSharp is a .NET HTTP client library designed for interacting with RESTful web services. It provides a high-level request wrapper and a dedicated REST API client to manage endpoints, headers, and query parameters. The library includes a serialization mechanism that automatically converts objects to and from JSON or XML formats for API payloads. It also features a system for managing API credentials and security tokens to ensure authorized access to protected remote resources. The toolkit covers broad capabilities for external web service integration, including generic type-based deseriali

    Provides a modular request-response pipeline that sequentially processes configuration and response handling.

    C#
    Auf GitHub ansehen↗9,826
  • microsoft/reverse-proxyAvatar von microsoft

    microsoft/reverse-proxy

    9,526Auf GitHub ansehen↗

    This project is an HTTP reverse proxy toolkit and programmable proxy engine designed for building high-performance network gateways. It functions as an HTTP request pipeline framework that allows for the interception and modification of network requests and responses. The system provides an extensible core for developing specialized proxy applications, offering programmatic control over routing and traffic behavior. It enables the creation of custom reverse proxies through a flexible pipeline used to handle specialized request and response logic. The toolkit covers network traffic management

    Enables the injection of custom logic into the bidirectional HTTP request-response cycle via pluggable middleware.

    C#
    Auf GitHub ansehen↗9,526
  • jazzband/django-debug-toolbarAvatar von jazzband

    jazzband/django-debug-toolbar

    8,373Auf GitHub ansehen↗

    Dieses Projekt ist ein Webanwendungs-Debugger und Profiler für das Django-Framework. Es bietet eine Reihe von Diagnosewerkzeugen, die Echtzeit-Ausführungsmetriken, serverseitigen Status und Datenbankabfragen direkt im Browser anzeigen. Das Tool fungiert als Middleware-basierter Performance-Monitor, der Telemetrie und Zeitmessungen während des gesamten Anwendungslebenszyklus erfasst. Es dient speziell als SQL-Query-Profiler zur Identifizierung redundanter Datenbankaufrufe sowie als allgemeiner Profiler zur Überwachung von Request-Zeiten und Ressourcenverbrauch. Die Software deckt umfassende Observability-Funktionen ab, einschließlich der Analyse der Web-Request-Performance und der Inspektion des Request-Lebenszyklus. Sie ermöglicht die Überwachung von Headern, Middleware und Signal-Ausführung, um Ausführungsengpässe zu diagnostizieren.

    Wraps the application cycle to capture request and response data for performance monitoring.

    Python
    Auf GitHub ansehen↗8,373
  • django-commons/django-debug-toolbarAvatar von django-commons

    django-commons/django-debug-toolbar

    8,373Auf GitHub ansehen↗

    django-debug-toolbar is a developer tool that provides a browser-based set of diagnostic panels for inspecting HTTP requests and responses within a Django web application. It serves as a server-side diagnostics tool and web framework development suite, allowing developers to profile and inspect request-response cycles. The tool focuses on Django application troubleshooting, database optimization, and general web development. It enables the analysis of SQL queries and database performance to identify slow calls and reduce the number of requests per page. The software includes capabilities for

    Implements middleware that intercepts the bidirectional HTTP request-response cycle to capture diagnostic data.

    Python
    Auf GitHub ansehen↗8,373
  • backend-br/vagasAvatar von backend-br

    backend-br/vagas

    7,787Auf GitHub ansehen↗

    Vagas is a job board backend API and employment discovery service. It provides a set of RESTful endpoints for posting, filtering, and discovering professional job opportunities based on technology stacks, locations, and role metadata. The system includes a job notification mechanism that sends real-time email alerts and updates when specific employment openings change status. It also provides tools for tracking job applications and managing subscriptions for job update alerts. The platform covers job board management, recruitment workflow automation, and advanced job filtering. These capabil

    Uses request-response middleware to handle authentication and data validation for incoming API calls.

    backendbackend-brbackend-jobs
    Auf GitHub ansehen↗7,787
  • ipkn/crowAvatar von ipkn

    ipkn/crow

    7,622Auf GitHub ansehen↗

    Crow is a minimalist C++ micro web framework designed for building fast web servers and REST APIs. It provides a lightweight toolkit for web development in C++, offering core routing and request handling capabilities. The framework includes a built-in JSON parser for converting strings into structured data and an HTML template engine for generating dynamic web pages on the server. It also functions as a WebSocket server library to enable bidirectional, real-time communication between servers and web clients. Additional capabilities include a middleware-based request pipeline for executing sh

    Allows developers to intercept requests and responses to execute shared logic like authentication and logging.

    C++
    Auf GitHub ansehen↗7,622
  • flyerhzm/bulletAvatar von flyerhzm

    flyerhzm/bullet

    7,327Auf GitHub ansehen↗

    Bullet is an Active Record performance monitor and query profiler for Ruby on Rails applications. It serves as a diagnostic utility to identify inefficient database access patterns, flag redundant requests, and suggest eager loading strategies to improve response times. The tool specifically detects N+1 queries, missing counter caches, and unused eager loading. It monitors these patterns across both standard web requests and background jobs, identifying records that are fetched but never accessed to reduce memory usage and query overhead. Analysis is supported by a system that intercepts dat

    Appends performance warnings directly to the HTML body or HTTP headers before the final response reaches the client.

    Ruby
    Auf GitHub ansehen↗7,327
  • vespa-engine/vespaAvatar von vespa-engine

    vespa-engine/vespa

    6,961Auf GitHub ansehen↗

    Vespa is a distributed search engine, vector database, and machine learning ranking engine. It serves as an AI search platform designed to handle large-scale document indexing and complex query processing across a cluster of nodes, combining keyword retrieval with high-dimensional embedding storage for semantic similarity search. The platform distinguishes itself by integrating machine learning models directly into the search pipeline to perform real-time inference and ranking. It converts these models into ranking expressions to score and order results based on relevance, while providing a s

    Processes incoming requests through a structured framework to execute business logic and return responses.

    Java
    Auf GitHub ansehen↗6,961
  • lostisland/faradayAvatar von lostisland

    lostisland/faraday

    5,946Auf GitHub ansehen↗

    Faraday is an HTTP client library for Ruby that sends requests and processes responses through a middleware pipeline with pluggable adapters. Its core identity is built around a middleware-pipeline architecture where HTTP requests and responses flow through a chain of components that can modify, log, or transform data before reaching the backend, combined with an adapter-based backend abstraction that delegates HTTP execution to interchangeable backends like Net::HTTP or Typhoeus. The library distinguishes itself through a parallel-execution engine that dispatches multiple HTTP requests concu

    Run HTTP requests and responses through a middleware pipeline to add custom behavior.

    Ruby
    Auf GitHub ansehen↗5,946
  • webpy/webpyAvatar von webpy

    webpy/webpy

    5,919Auf GitHub ansehen↗

    web.py is a minimal Python web framework that provides the core components needed to build web applications: URL routing, template rendering, database access, form handling, and session management. The framework uses a convention-based approach where URL patterns are automatically mapped to handler classes based on their names, eliminating the need for manual route configuration. It exposes applications as WSGI callables, making them deployable with any WSGI-compliant server. The framework distinguishes itself through its metaclass-driven auto-discovery system, which automatically registers h

    Inserts custom processing logic before or after request handlers to modify requests and responses.

    Python
    Auf GitHub ansehen↗5,919
  • ottoyiu/django-cors-headersAvatar von ottoyiu

    ottoyiu/django-cors-headers

    5,587Auf GitHub ansehen↗

    django-cors-headers ist ein Django-Anwendungs-Utility für die Verwaltung von Cross-Origin Resource Sharing. Es fügt HTTP-Header zu Antworten hinzu, damit Webbrowser Cross-Origin-Anfragen von spezifizierten externen Domains zulassen können. Das Projekt bietet Tools zur Definition, welche externen Domains, HTTP-Methoden und Header auf eine API zugreifen dürfen. Es unterstützt die Einschränkung erlaubter Ursprünge durch statische Listen und reguläre Ausdrücke und ermöglicht die Übertragung von Cookies und Authentifizierungsdaten für Cross-Site-Session-Handling. Zusätzliche Funktionen umfassen API-Zugriffskontrolle zur Begrenzung von Cross-Origin-Sharing auf spezifische URL-Muster und die Verwaltung von Private-Network-Preflight-Headern, um die Kommunikation zwischen öffentlichen IP-Adressen und privaten Netzwerkservern zu ermöglichen.

    Uses request-response middleware to inject CORS headers into the HTTP lifecycle before the response is delivered.

    Python
    Auf GitHub ansehen↗5,587
  • servicestack/servicestackAvatar von ServiceStack

    ServiceStack/ServiceStack

    5,498Auf GitHub ansehen↗

    ServiceStack ist ein hochperformantes .NET-Webframework für den Bau typsicherer APIs unter Verwendung stark typisierter Request- und Response-Objekte. Es fungiert als nachrichtenbasierte API-Engine, die Geschäftslogik von der Transportschicht entkoppelt, wodurch Services über mehrere Protokolle wie HTTP, gRPC und verschiedene Message-Queue-Provider bereitgestellt werden können. Das Framework zeichnet sich durch seinen typsicheren API-Generator aus, der native Client-SDKs und Data Transfer Objects (DTOs) aus Service-Metadaten über mehrere Sprachen hinweg produziert. Es enthält zudem ein verteiltes Service-Gateway für Microservices-Orchestration, ein Code-First-ORM zur direkten Übersetzung von C#-Objekten in Datenbankdatensätze sowie ein zentralisiertes Identitäts- und Zugriffsmanagementsystem für sicheren tokenbasierten Zugriff. Die breitere Funktionspalette deckt asynchrones Messaging und Echtzeit-Event-Streaming durch Pub-Sub und Server-Sent Events ab. Es bietet umfassende Unterstützung für Datenserialisierung in Formaten wie JSON, XML, ProtoBuf und MessagePack, neben integrierten Authentifizierungs-Flows wie JWT, API-Keys und Step-up-Authentifizierung. Zusätzliches Tooling umfasst automatisierte CRUD-API-Generierung, Hintergrund-Job-Ausführung und Vorlagen für administrative Dashboards.

    Ships request-response middleware to execute custom logic globally or per-client during the API lifecycle.

    C#c-sharpcsvframework
    Auf GitHub ansehen↗5,498
  • chenshenhai/koa2-noteAvatar von chenshenhai

    chenshenhai/koa2-note

    5,161Auf GitHub ansehen↗

    koa2-note ist ein Projekt mit Fokus auf Koa2-Webserver-Entwicklung und asynchrone Node.js-Programmierung. Es bietet ein Framework zum Aufbau von Webservern und APIs unter Verwendung einer asynchronen Middleware-Pipeline zur Handhabung von Request- und Response-Zyklen. Das Projekt betont eine geschichtete Backend-Architektur, die Routing, Business-Services und Datenmodelle entkoppelt. Es zeichnet sich durch die Integration relationaler Datenbanken zur Persistierung von Benutzersitzungen und Anwendungsdaten aus, ergänzt durch einen Build-Prozess, der JSX-zu-JavaScript-Kompilierung für Frontend-Assets beinhaltet. Die Funktionspalette deckt Backend-API-Design ab, einschließlich RESTful-Routing und Request-Daten-Parsing sowie serverseitiges Rendering mit Template-Engines. Es umfasst zudem Unterstützung für asynchrone Datei-Uploads mittels Multipart-Stream-Parsing, Cookie-basiertes Session-Management und die Implementierung von JSONP für Cross-Domain-Requests. Das Repository dient als Bildungsressource mit strukturierten Tutorials und Beispielen zum Erlernen der Koa-Framework-Implementierung und Serverarchitektur.

    Implements a request-response middleware pipeline that enables bidirectional flow and avoids callback nesting.

    course-noteskoakoa2
    Auf GitHub ansehen↗5,161
  • imroc/reqAvatar von imroc

    imroc/req

    4,807Auf GitHub ansehen↗

    req ist eine verkettbare HTTP-Client-Bibliothek für Go, die darauf ausgelegt ist, die Anfragekonfiguration und die automatische Antwort-Dekodierung in Strukturen zu vereinfachen. Sie bietet einen Request-Builder mit flüssiger Schnittstelle, der es Entwicklern ermöglicht, Anfrageeigenschaften inkrementell zu definieren und HTTP-Logik in wiederverwendbare API-SDKs zu kapseln. Das Projekt zeichnet sich durch einen TLS-Fingerprint-Emulator aus, der Netzwerk-Signaturen von Browsern nachahmt, um Bot-Erkennung und Crawler-Filter zu umgehen. Es enthält zudem einen parallelen Datei-Downloader, der Übertragungsgeschwindigkeiten durch das Abrufen großer Remote-Dateien in parallelen Segmenten erhöht. Die Bibliothek deckt eine breite Oberfläche an Netzwerkfunktionen ab, einschließlich einer steckbaren Middleware-Pipeline für zentralisierte Fehlerbehandlung und Telemetrie, zustandsbehaftetes Cookie-Management und automatische Proxy-Rotation. Sie unterstützt verschiedene Authentifizierungsschemata, detaillierte Messungen der Netzwerkleistung und anpassbare Logik für Anfrage-Wiederholungen. Zudem bietet sie Dienstprogramme für das Mocking von HTTP-Antworten, um Unit-Tests ohne Remote-Server zu erleichtern.

    Processes HTTP requests and responses through a sequence of pluggable handlers for centralized management.

    Gogogolanghttp
    Auf GitHub ansehen↗4,807
  • middleapi/orpcAvatar von middleapi

    middleapi/orpc

    4,862Auf GitHub ansehen↗

    orpc is a contract-first API development framework for TypeScript that starts with a shared contract definition and generates type-safe clients and servers from that single source of truth. It guarantees end-to-end type safety, meaning inputs, outputs, errors, and streaming data are all checked at compile time across the client–server boundary. What distinguishes orpc from typical RPC frameworks is its ability to export contracts as OpenAPI specifications, to optimize server-side rendering by calling API handlers directly inside the server process, and to support real‑time bidirectional commu

    Tracks middleware execution to avoid running the same middleware multiple times on a single request.

    TypeScriptapibunjscloudflare-worker
    Auf GitHub ansehen↗4,862
  • salvo-rs/salvoAvatar von salvo-rs

    salvo-rs/salvo

    4,376Auf GitHub ansehen↗

    Salvo is a comprehensive Rust web framework for building asynchronous HTTP servers and web applications. It features a hierarchical web router that uses a tree-based structure to map requests to handlers and an asynchronous middleware pipeline based on the onion model for request and response pre- and post-processing. The framework is distinguished by its native support for modern network protocols, including a QUIC-based HTTP/3 implementation alongside HTTP/1 and HTTP/2. It includes an integrated OpenAPI documentation generator that extracts schemas directly from handler signatures to produc

    Implements an onion-model middleware pipeline that processes requests and responses through a sequential chain.

    Rustasyncframeworkhttp-server
    Auf GitHub ansehen↗4,376
  • connectrpc/connect-goAvatar von connectrpc

    connectrpc/connect-go

    3,963Auf GitHub ansehen↗

    Connect-go ist eine Bibliothek zum Erstellen typsicherer Remote Procedure Call (RPC)-Dienste, die mit gRPC und HTTP wire-kompatibel sind. Sie bietet eine Go-Implementierung von Protocol Buffers für den strukturierten Datenaustausch und ermöglicht die Erstellung von Multi-Protokoll-RPC-Servern und generierten typsicheren Clients. Das Framework zeichnet sich durch seine polyglotte Protokollunterstützung aus, die es einem einzelnen Server-Handler ermöglicht, Anfragen gleichzeitig über verschiedene Protokolle via HTTP zu bedienen. Dies beinhaltet die Möglichkeit, zwischen verschiedenen Transportprotokollen für denselben Dienst umzuschalten, sowie die Verwendung von erweiterbarer Content-Negotiation, um zwischen binärer und JSON-Kodierung zu wählen. Das Projekt deckt ein breites Spektrum an API-Integrationsfunktionen ab, einschließlich unärer und bidirektionaler Nachrichten-Streams, Netzwerk-Middleware für Request-Interception und strukturiertem Fehlermanagement. Es enthält zudem operative Dienstprogramme für Service-Health-Reporting, Payload-Kompression und Memory-Buffer-Recycling, um den Overhead der Garbage Collection zu reduzieren.

    Provides middleware for intercepting the request-response cycle to implement logging, authentication, and telemetry.

    Go
    Auf GitHub ansehen↗3,963
Vorherige12Nächste
  1. Home
  2. Development Tools & Productivity
  3. Execution Middleware
  4. Request-Response Middleware

Unter-Tags erkunden

  • Duplicate Middleware GuardsTracks middleware execution to prevent the same middleware from running multiple times on a single request. **Distinct from Request-Response Middleware:** Distinct from Request-Response Middleware: focuses on deduplication logic within the middleware lifecycle, not the general request-response pattern.
  • Request Metrics TelemetryRecording network performance metrics such as counts and durations. **Distinct from Request-Response Middleware:** Distinct from Request-Response Middleware: focuses specifically on the collection of performance telemetry rather than generic request lifecycle control.