awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesParameter-Driven Middleware

Middleware that executes conditionally based on the presence of specific URL parameters.

Explore 2 awesome GitHub repositories matching networking & communication · Parameter-Driven Middleware. Refine with filters or upvote what's useful.

Awesome Parameter-Driven Middleware GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • expressjs/expressexpressjs का अवतार

    expressjs/express

    69,235GitHub पर देखें↗

    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 process incoming HTTP traffic. The framework is defined by its middleware-based routing engine, which sequences request handlers and logic blocks to process traffic based on path patterns and HTTP methods. This architecture supports a highly modular approach, enabling the creation of

    Triggers conditional logic automatically when requests contain specific URL parameters.

    JavaScriptexpressjavascriptnodejs
    GitHub पर देखें↗69,235
  • h2non/imaginaryh2non का अवतार

    h2non/imaginary

    6,017GitHub पर देखें↗

    Imaginary is a self-hosted HTTP server for image processing that applies transformations like resizing, cropping, rotating, and format conversion through URL parameters. It operates as a stateless request-response pipeline, processing images fetched from remote URLs or served from a local directory without requiring client-side dependencies. The server distinguishes itself through its security and access control capabilities, offering optional API key validation, HMAC-signed URL verification, and remote origin whitelisting to restrict which image sources are permitted. It also provides a heal

    Encodes a sequence of image transformations as URL query parameters, executing them in order within a single request.

    Gocrop-imagedockergif
    GitHub पर देखें↗6,017
  1. Home
  2. Networking & Communication
  3. Communication Protocols and Architectures
  4. Request Processing Architectures
  5. Request Processing
  6. Parameter-Driven Middleware

सब-टैग एक्सप्लोर करें

  • Operation ChainingEncoding a sequence of image transformations as URL query parameters, executed in order within a single request. **Distinct from Parameter-Driven Middleware:** Distinct from Parameter-Driven Middleware: focuses on chaining multiple operations via URL parameters rather than conditional middleware execution.