awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
excon avatar

excon/excon

0
View on GitHub↗
1,174 estrellas·286 forks·Ruby·MIT·6 vistas

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.

Historial de estrellas

Gráfico del historial de estrellas de excon/exconGráfico del historial de estrellas de excon/excon

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Excon

Proyectos open-source similares, clasificados según cuántas características comparten con Excon.
  • jnunemaker/httpartyAvatar de jnunemaker

    jnunemaker/httparty

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

    reactiveui/refit

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

    go-resty/resty

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

    Respawnsive/Apizr

    174Ver en GitHub↗

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

    C#akavacheautomapperdotnet
    Ver en GitHub↗174
Ver las 30 alternativas a Excon→

Preguntas frecuentes

¿Qué hace excon/excon?

Usable, fast, simple HTTP 1.1 for Ruby

¿Cuáles son las características principales de excon/excon?

Las características principales de excon/excon son: Client Libraries, HTTP Clients.

¿Qué alternativas de código abierto existen para excon/excon?

Las alternativas de código abierto para excon/excon incluyen: 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…