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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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·18 views

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.

Star history

Star history chart for excon/exconStar history chart for excon/excon

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does excon/excon do?

Usable, fast, simple HTTP 1.1 for Ruby

What are the main features of excon/excon?

The main features of excon/excon are: Client Libraries, HTTP Clients.

Which projects share features with excon/excon?

Projects with overlapping indexed features include: 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…

Projects sharing features with Excon

These projects share indexed features with Excon. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • jnunemaker/httpartyjnunemaker avatar

    jnunemaker/httparty

    5,894View on 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
    View on GitHub↗5,894
  • reactiveui/refitreactiveui avatar

    reactiveui/refit

    9,513View on 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
    View on GitHub↗9,513
  • go-resty/restygo-resty avatar

    go-resty/resty

    11,704View on 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
    View on GitHub↗11,704
  • respawnsive/apizrRespawnsive avatar

    Respawnsive/Apizr

    174View on GitHub↗

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

    C#akavacheautomapperdotnet
    View on GitHub↗174
Compare all 30 related projects→