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,277GitHub पर देखें↗

    ollama-js एक JavaScript क्लाइंट लाइब्रेरी और API रैपर है जो लार्ज लैंग्वेज मॉडल के साथ इंटरैक्ट करने और उन्हें मैनेज करने के लिए एक प्रोग्रामेटिक इंटरफ़ेस प्रदान करती है। यह स्थानीय और क्लाउड-आधारित दोनों एनवायरनमेंट में मॉडल के निष्पादन को सक्षम बनाती है, जो कन्वर्सेशनल टेक्स्ट के निर्माण और मॉडल लाइफसाइकिल के मैनेजमेंट को सुविधाजनक बनाती है। यह प्रोजेक्ट मॉडल एडमिनिस्ट्रेशन के लिए विशेष टूल प्रदान करके खुद को अलग करता है, जिसमें मॉडल को डाउनलोड, बनाने और हटाने की क्षमता, साथ ही कस्टम मॉडल ब्लूप्रिंट और प्रॉम्प्ट टेम्प्लेट को परिभाषित करने की क्षमता शामिल है। यह सिमेंटिक सर्च और रिट्रीवल पाइपलाइनों का समर्थन करने के लिए संख्यात्मक टेक्स्ट प्रतिनिधित्व उत्पन्न करने के लिए एक वेक्टर एम्बेडिंग क्लाइंट भी प्रदान करता है। यह लाइब्रेरी मल्टीमॉडल विश्लेषण, आंतरिक तर्क ट्रेसेस (reasoning traces) के कैप्चर और डेटा निष्कर्षण के लिए स्ट्रक्चर्ड 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,050GitHub पर देखें↗

    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