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

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

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

4 个仓库

Awesome GitHub RepositoriesAPI Request Filters

Middleware components that intercept, inspect, or modify HTTP request and response objects.

Distinct from Proxy API Interceptions: Shortlist candidates focus on specific niches like DOM, Storage, or Graphics APIs, not general HTTP API traffic.

Explore 4 awesome GitHub repositories matching web development · API Request Filters. Refine with filters or upvote what's useful.

Awesome API Request Filters GitHub Repositories

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

    ServiceStack/ServiceStack

    5,498在 GitHub 上查看↗

    ServiceStack 是一个高性能 .NET Web 框架,专为使用强类型请求和响应对象构建类型安全的 API 而设计。它作为一个基于消息的 API 引擎,将业务逻辑与传输层解耦,允许通过包括 HTTP、gRPC 和各种消息队列提供商在内的多种协议公开服务。 该框架的特点是其类型安全的 API 生成器,它从跨多种语言的服务元数据中生成原生客户端 SDK 和数据传输对象。它还包括用于微服务编排的分布式服务网关、将 C# 对象直接转换为数据库记录的代码优先 ORM,以及用于安全令牌访问的集中式身份和访问管理系统。 其更广泛的功能面涵盖通过 Pub-Sub 和服务器发送事件(SSE)进行的异步消息传递和实时事件流。它为 JSON、XML、ProtoBuf 和 MessagePack 等格式提供全面的数据序列化支持,以及包括 JWT、API 密钥和阶梯式认证在内的集成认证流程。其他工具包括自动 CRUD API 生成、后台作业执行和管理仪表盘模板。

    Inspects or modifies API request and response objects using client-side filters.

    C#c-sharpcsvframework
    在 GitHub 上查看↗5,498
  • mostlygeek/llama-swapmostlygeek 的头像

    mostlygeek/llama-swap

    4,786在 GitHub 上查看↗

    Llama-swap 是一个用于大语言模型的本地推理编排器和 API 网关。它作为一个 OpenAI API 代理,管理多个本地模型服务器的生命周期,根据传入的请求标识符自动启动和停止服务器以切换模型。 该项目通过动态模型切换和硬件优化脱颖而出。它利用专门的矩阵式并发控制来定义哪些模型可以同时运行,并采用基于成本的驱逐策略,根据相对资源成本从内存中移除不活跃的服务器。 系统提供全面的模型管理功能,包括标识符别名、请求过滤以及容器或虚拟机的生命周期命令执行。它还包含可观测性工具,如可视化模型测试平台、实时系统性能监控,以及 API 密钥验证和 TLS 加密等安全功能。 配置更新通过动态重载处理,监控文件系统变化,无需手动重启。

    Intercepts and modifies request parameters and payloads before forwarding them to upstream inference servers.

    Go
    在 GitHub 上查看↗4,786
  • kemalcr/kemalkemalcr 的头像

    kemalcr/kemal

    3,881在 GitHub 上查看↗

    Kemal is a high-performance web framework for the Crystal language, designed for building scalable APIs and web applications. It provides a natively compiled web server environment that leverages ahead-of-time compilation to maximize request speed and minimize memory overhead. The framework is distinguished by a middleware-based routing engine that uses pattern-matching and a chainable pipeline for flexible request filtering. It includes a dedicated server-side template engine for generating dynamic HTML and a WebSocket communication server for bidirectional real-time messaging and state broa

    Ships a middleware system to intercept and modify HTTP requests and responses before or after handlers.

    Crystal
    在 GitHub 上查看↗3,881
  • tower1229/vue-access-controltower1229 的头像

    tower1229/Vue-Access-Control

    1,072在 GitHub 上查看↗

    Vue Access Control 是一个旨在管理用户权限并在 Vue 应用中强制执行安全策略的库。它提供了一个框架,用于根据当前用户授权状态限制对界面元素、应用路由和网络请求的访问。 该库与应用路由器和状态管理集成,以实时动态过滤导航路径并更新界面组件。通过拦截传出的网络请求并根据定义的权限集进行验证,它防止未经授权的操作被发送到服务器。 该工具集涵盖了广泛的前端安全需求,包括 UI 元素的条件渲染和导航流程的程序化验证。它作为一个中间件层运行,同步整个应用中的授权数据,以确保视觉界面和后端通信与用户的分配访问级别保持一致。

    Intercepts and validates outgoing network requests against user permission sets to prevent unauthorized data access.

    Vueaccess-controlaccess-managementauthorization
    在 GitHub 上查看↗1,072
  1. Home
  2. Web Development
  3. API Request Filters