awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesInterface-Based Request Routing

Maps incoming HTTP requests to specific service methods based on generated logic derived from API interfaces.

Distinct from HTTP Request Routing: Focuses on routing derived from API definitions rather than general HTTP path mapping.

Explore 2 awesome GitHub repositories matching networking & communication · Interface-Based Request Routing. Refine with filters or upvote what's useful.

Awesome Interface-Based Request Routing GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • twitchtv/twirptwitchtv का अवतार

    twitchtv/twirp

    7,517GitHub पर देखें↗

    Twirp is a Protocol Buffers RPC framework designed for implementing type-safe, distributed microservices communication over HTTP. It functions as a microservices communication framework and API code generator that produces strongly typed client stubs and server interfaces from schema definitions to eliminate manual network boilerplate. The framework ensures compatibility with existing web infrastructure by executing remote procedure calls over standard HTTP transport. It uses schema-driven contracts as a single source of truth to enable cross-language interoperability and decouple business lo

    Maps incoming HTTP requests to specific service methods using routing logic derived from API interfaces.

    Go
    GitHub पर देखें↗7,517
  • openai/plugins-quickstartopenai का अवतार

    openai/plugins-quickstart

    4,238GitHub पर देखें↗

    यह प्रोजेक्ट बाहरी APIs के माध्यम से ChatGPT की कार्यक्षमता का विस्तार करने वाले प्लगइन्स विकसित करने के लिए एक स्टार्टर किट और बॉयलरप्लेट है। यह ऐसे टूल्स बनाने के लिए एक संदर्भ कार्यान्वयन के रूप में कार्य करता है जो लार्ज लैंग्वेज मॉडल्स को अनुक्रमित API कॉल्स और संरचित डेटा मैपिंग के माध्यम से कार्य करने में सक्षम बनाते हैं। यह रिपॉजिटरी REST APIs को एकीकृत करने के लिए एक टेम्प्लेट और एक भाषा मॉडल और तृतीय-पक्ष सेवा एंडपॉइंट्स के बीच संचार को सुरक्षित करने के लिए एक गाइड प्रदान करती है। यह एक एजेंट और एक निजी बैकएंड सर्वर के बीच पहचान सत्यापन और हैंडशेक मैकेनिज्म के सेटअप पर केंद्रित है। कार्यान्वयन बाहरी API एकीकरण की परिभाषा और भाषा मॉडल एजेंटों के लिए टूलिंग के विकास को कवर करता है। इन क्षमताओं में API कॉल्स का निष्पादन और तृतीय-पक्ष एप्लिकेशनों के साथ संचार को सुरक्षित करने के लिए प्रमाणीकरण का कॉन्फ़िगरेशन शामिल है।

    Directs AI-generated requests to specific external endpoints based on API interface definitions.

    Pythonchatgptchatgpt-plugins
    GitHub पर देखें↗4,238
  1. Home
  2. Networking & Communication
  3. HTTP Request Dispatching
  4. HTTP Request Routing
  5. Interface-Based Request Routing

सब-टैग एक्सप्लोर करें

  • Custom Resource RoutersRouting logic for infrastructure custom resource events. **Distinct from Event-Simulated Request Dispatching:** Distinct from interface-based routing: focuses on infrastructure event types rather than API interface definitions.