2 مستودعات
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.
ollama-js is a JavaScript client library and API wrapper that provides a programmatic interface for interacting with and managing large language models. It enables the execution of models in both local and cloud-based environments, facilitating the generation of conversational text and the management of model lifecycles. The project distinguishes itself by offering specialized tools for model administration, including the ability to download, create, and remove models, as well as the capacity to define custom model blueprints and prompt templates. It also provides a vector embedding client fo
Implements a structured HTTP-based interface to communicate with backend model servers.
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.