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

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

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

2 个仓库

Awesome GitHub RepositoriesHTTP Client Interfaces

Programmatic interfaces for sending structured HTTP requests to remote services.

Distinct from Promise-Based HTTP Clients: The candidates are either too focused on testing or specific transport implementations like Fetch/Promises; this is a general API client interface.

Explore 2 awesome GitHub repositories matching networking & communication · HTTP Client Interfaces. Refine with filters or upvote what's useful.

Awesome HTTP Client Interfaces GitHub Repositories

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

    ollama/ollama-js

    4,277在 GitHub 上查看↗

    ollama-js 是一个 JavaScript 客户端库和 API 封装器,提供了一个用于交互和管理大语言模型的编程接口。它支持在本地和云端环境中执行模型,促进了对话文本的生成和模型生命周期的管理。 该项目通过提供专门的模型管理工具脱颖而出,包括下载、创建和删除模型的能力,以及定义自定义模型蓝图和提示词模板的能力。它还提供了一个向量嵌入客户端,用于生成数值文本表示,以支持语义搜索和检索流水线。 该库涵盖了广泛的功能,包括用于处理图像的多模态分析、内部推理轨迹的捕获以及用于数据提取的结构化 JSON 模式的强制执行。它进一步通过工具调用和通过异步生成器流式传输响应,支持高级模型交互。 该库使用 TypeScript 编写。

    Implements a structured HTTP-based interface to communicate with backend model servers.

    TypeScriptjavascriptjsollama
    在 GitHub 上查看↗4,277
  • php-http/client-commonphp-http 的头像

    php-http/client-common

    1,050在 GitHub 上查看↗

    This library provides a standardized abstraction layer for PHP HTTP clients, enabling consistent request handling across diverse network transport implementations. It serves as a foundational toolkit for developers to manage network communication through unified interfaces, ensuring that application logic remains decoupled from specific underlying transport libraries. The project distinguishes itself through a decorator-based pipeline and a plugin-driven lifecycle system. These mechanisms allow for the interception and modification of request and response data, as well as the injection of cus

    Provides standardized interfaces for sending structured HTTP requests to remote services.

    PHP
    在 GitHub 上查看↗1,050
  1. Home
  2. Networking & Communication
  3. HTTP Client Interfaces