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

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

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

excon/excon

0
View on GitHub↗
1,174 स्टार्स·286 फोर्क्स·Ruby·MIT·3 व्यूज़

Excon

Usable, fast, simple HTTP 1.1 for Ruby

Features

  • Client Libraries - Fast and simple Ruby HTTP client for API integration.
  • HTTP Clients - Fast and simple HTTP client for API interactions.

स्टार हिस्ट्री

excon/excon के लिए स्टार हिस्ट्री चार्टexcon/excon के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Excon के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Excon के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • jnunemaker/httpartyjnunemaker का अवतार

    jnunemaker/httparty

    5,894GitHub पर देखें↗

    HTTParty is a Ruby HTTP client library designed for building standardized API clients. It abstracts low-level network primitives into a high-level interface, allowing developers to encapsulate base URIs and request configurations within classes to maintain consistent interactions with remote web services. The library automates the transformation of raw network response data into native Ruby structures by using a registry-based system that parses content based on response headers. It also provides specialized mechanisms for sending multipart form data and streaming large payloads to maintain m

    Ruby
    GitHub पर देखें↗5,894
  • reactiveui/refitreactiveui का अवतार

    reactiveui/refit

    9,513GitHub पर देखें↗

    Refit is a type-safe REST client for .NET that transforms API definitions into live interfaces. It functions as an automatic API proxy generator, allowing developers to define endpoints as interfaces to eliminate manual HTTP request boilerplate. The library is designed for compatibility with ahead-of-time compilation and trimmed binaries, utilizing build-time source generation to ensure support for native AoT deployments. The project covers a broad range of API integration capabilities, including attribute-driven request composition, automatic JSON deserialization, and request header managem

    C#c-sharpdotnetdotnet-core
    GitHub पर देखें↗9,513
  • go-resty/restygo-resty का अवतार

    go-resty/resty

    11,704GitHub पर देखें↗

    Resty is a high-level HTTP client library for Go designed for consuming REST services. It provides a streamlined interface for executing network requests, managing server-sent event streams, and automatically mapping JSON and XML responses into data structures. The library includes built-in mechanisms for service resilience and traffic management, such as circuit breakers to prevent cascading failures, token-bucket rate limiting, and automated request retries with exponential backoff. It also features client-side load balancing to distribute outgoing traffic across multiple base URLs and requ

    Gobackoffcircuit-breakercurl-command
    GitHub पर देखें↗11,704
  • respawnsive/apizrRespawnsive का अवतार

    Respawnsive/Apizr

    174GitHub पर देखें↗

    Refit based web api client management, but resilient (retry, connectivity, cache, auth, log, priority, etc...)

    C#akavacheautomapperdotnet
    GitHub पर देखें↗174
Excon के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

excon/excon क्या करता है?

Usable, fast, simple HTTP 1.1 for Ruby

excon/excon की मुख्य विशेषताएं क्या हैं?

excon/excon की मुख्य विशेषताएं हैं: Client Libraries, HTTP Clients।

excon/excon के कुछ ओपन-सोर्स विकल्प क्या हैं?

excon/excon के ओपन-सोर्स विकल्पों में शामिल हैं: reactiveui/refit — Refit is a type-safe REST client for .NET that transforms API definitions into live interfaces. It functions as an… rest-client/rest-client — This is a Ruby HTTP client designed for REST API integration, resource modeling, and automated network communication.… go-resty/resty — Resty is a high-level HTTP client library for Go designed for consuming REST services. It provides a streamlined… jnunemaker/httparty — HTTParty is a Ruby HTTP client library designed for building standardized API clients. It abstracts low-level network… respawnsive/apizr — Refit based web api client management, but resilient (retry, connectivity, cache, auth, log, priority, etc...). restsharp/restsharp — RestSharp is a .NET HTTP client library designed for interacting with RESTful web services. It provides a high-level…