awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
excon avatar

excon/excon

0
View on GitHub↗
1,174 stars·286 forks·Ruby·MIT·3 vues

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.

Historique des stars

Graphique de l'historique des stars pour excon/exconGraphique de l'historique des stars pour excon/excon

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Excon

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Excon.
  • jnunemaker/httpartyAvatar de jnunemaker

    jnunemaker/httparty

    5,894Voir sur GitHub↗

    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
    Voir sur GitHub↗5,894
  • reactiveui/refitAvatar de reactiveui

    reactiveui/refit

    9,513Voir sur GitHub↗

    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
    Voir sur GitHub↗9,513
  • go-resty/restyAvatar de go-resty

    go-resty/resty

    11,704Voir sur GitHub↗

    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
    Voir sur GitHub↗11,704
  • respawnsive/apizrAvatar de Respawnsive

    Respawnsive/Apizr

    174Voir sur GitHub↗

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

    C#akavacheautomapperdotnet
    Voir sur GitHub↗174
Voir les 30 alternatives à Excon→

Questions fréquentes

Que fait excon/excon ?

Usable, fast, simple HTTP 1.1 for Ruby

Quelles sont les fonctionnalités principales de excon/excon ?

Les fonctionnalités principales de excon/excon sont : Client Libraries, HTTP Clients.

Quelles sont les alternatives open-source à excon/excon ?

Les alternatives open-source à excon/excon incluent : 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…