awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesOperation Chaining

Encoding 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.

Explore 1 awesome GitHub repository matching networking & communication · Operation Chaining. Refine with filters or upvote what's useful.

  1. Home
  2. Networking & Communication
  3. Communication Protocols and Architectures
  4. Request Processing Architectures
  5. Request Processing
  6. Parameter-Driven Middleware

Awesome Operation Chaining GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • h2non/imaginaryh2non 的头像

    h2non/imaginary

    6,017在 GitHub 上查看↗

    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
  • Operation Chaining