awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to excon/excon

Open-source alternatives to Excon

30 open-source projects similar to excon/excon, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Excon alternative.

  • jnunemaker/httpartyjnunemaker 的头像

    jnunemaker/httparty

    5,894在 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
    在 GitHub 上查看↗5,894
  • reactiveui/refitreactiveui 的头像

    reactiveui/refit

    9,513在 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
    在 GitHub 上查看↗9,513
  • rest-client/rest-clientrest-client 的头像

    rest-client/rest-client

    5,215在 GitHub 上查看↗

    This is a Ruby HTTP client designed for REST API integration, resource modeling, and automated network communication. It provides a set of tools for managing headers, cookies, and SSL configurations, along with a dedicated command-line interface for executing one-off HTTP commands and managing interactive API testing sessions. The project differentiates itself through its resource modeling capabilities, which allow for the definition of persistent base URLs and credentials to construct nested subresource endpoints. It also features a multipart request handler that detects MIME types to upload

    Ruby
    在 GitHub 上查看↗5,215

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • go-resty/restygo-resty 的头像

    go-resty/resty

    11,704在 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
    在 GitHub 上查看↗11,704
  • respawnsive/apizrRespawnsive 的头像

    Respawnsive/Apizr

    174在 GitHub 上查看↗

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

    C#akavacheautomapperdotnet
    在 GitHub 上查看↗174
  • restsharp/restsharprestsharp 的头像

    restsharp/RestSharp

    9,826在 GitHub 上查看↗

    RestSharp is a .NET HTTP client library designed for interacting with RESTful web services. It provides a high-level request wrapper and a dedicated REST API client to manage endpoints, headers, and query parameters. The library includes a serialization mechanism that automatically converts objects to and from JSON or XML formats for API payloads. It also features a system for managing API credentials and security tokens to ensure authorized access to protected remote resources. The toolkit covers broad capabilities for external web service integration, including generic type-based deseriali

    C#
    在 GitHub 上查看↗9,826
  • aphoh/go-substrate-genAphoh 的头像

    Aphoh/go-substrate-gen

    7在 GitHub 上查看↗

    A tool that generates boilerplate code for substrate-based chains (calls, storage access, events, etc) using go-substrate-rpc-client.

    Go
    在 GitHub 上查看↗7
  • ajuna-network/ajuna.sdkajuna-network 的头像

    ajuna-network/Ajuna.SDK

    2在 GitHub 上查看↗

    Ajuna SDK is a .NET toolchain featuring .NET framework extensions and code generation utilities to build substrate storage services and clients quickly. This toolchain ideally extends Ajuna.NetApi library, which provides raw access to substrate nodes.

    在 GitHub 上查看↗2
  • aderyabin/snifferaderyabin 的头像

    aderyabin/sniffer

    584在 GitHub 上查看↗
    Rubyhttprubysniffer
    在 GitHub 上查看↗584
  • axios/axiosaxios 的头像

    axios/axios

    109,077在 GitHub 上查看↗

    Axios is an isomorphic, promise-based HTTP client designed for making asynchronous network requests across different JavaScript execution environments, including the browser and Node.js. It functions as a JSON API client that serializes JavaScript objects into JSON and parses server responses into structured data. The project features a system for managing reusable client instances with shared configurations, such as base URLs and default settings. It includes a mechanism for intercepting outgoing requests and incoming responses globally, allowing data to be transformed before it reaches the

    JavaScripthacktoberfesthttp-clientjavascript
    在 GitHub 上查看↗109,077
  • balvig/spykebalvig 的头像

    balvig/spyke

    904在 GitHub 上查看↗

    Interact with REST services in an ActiveRecord-like manner

    Ruby
    在 GitHub 上查看↗904
  • basti1302/traversonB

    basti1302/traverson

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • bbc/flashheartB

    bbc/flashheart

    0在 GitHub 上查看↗

    flashheart is built on http-transport to provide everything you need to build HTTP-based services with confidence.

    在 GitHub 上查看↗0
  • bitinn/node-fetchbitinn 的头像

    bitinn/node-fetch

    8,861在 GitHub 上查看↗

    node-fetch is a lightweight HTTP client library that implements the browser-standard Fetch API for Node.js. It provides a promise-based interface for making asynchronous network requests to retrieve or send data from server-side environments. The project specializes in memory-efficient data handling by utilizing request and response streaming. This allows for the incremental processing of large network payloads through native system streams to prevent memory exhaustion. The library covers a broad range of networking capabilities, including the use of custom HTTP agents for DNS and SSL config

    JavaScript
    在 GitHub 上查看↗8,861
  • asynchttpclient/async-http-clientAsyncHttpClient 的头像

    AsyncHttpClient/async-http-client

    6,392在 GitHub 上查看↗

    This is a non-blocking network client for Java applications that provides asynchronous HTTP request capabilities and bidirectional WebSocket connectivity. It leverages a Netty-based architecture to handle high volumes of network input and output. The library utilizes native transport abstractions such as Epoll, KQueue, and io_uring to reduce system latency. It supports HTTP/2 multiplexing to run multiple concurrent request-response streams over a single connection and provides automatic response body decompression for various formats. Core capabilities cover the management of complex network

    Javaahcasyncasynchttpclient
    在 GitHub 上查看↗6,392
  • ajuna-network/ajuna.netapiajuna-network 的头像

    ajuna-network/Ajuna.NetApi

    26在 GitHub 上查看↗

    Ajuna .NET API Full-featured substrate node API

    C#
    在 GitHub 上查看↗26
  • centrifuge/go-substrate-rpc-clientcentrifuge 的头像

    centrifuge/go-substrate-rpc-client

    209在 GitHub 上查看↗

    Substrate RPC client in Go. It provides APIs and types around Polkadot and any Substrate-based chain RPC calls. This client is modeled after polkadot-js/api.

    Go
    在 GitHub 上查看↗209
  • canton7/resteasecanton7 的头像

    canton7/RestEase

    1,113在 GitHub 上查看↗

    Easy-to-use typesafe REST API client library for .NET Standard 1.1 and .NET Framework 4.5 and higher, which is simple and customisable. Inspired by Refit

    C#
    在 GitHub 上查看↗1,113
  • chainapsis/cosmosjschainapsis 的头像

    chainapsis/cosmosjs

    35在 GitHub 上查看↗

    Our goal is to create a general purpose library for the Cosmos ecosystem. Through this library, blockchains that use cosmos-sdk, as well as Cosmos hub (Gaia), can create their own API for JavaScript client side.

    TypeScript
    在 GitHub 上查看↗35
  • chihuahuachain/pycosmicwrapChihuahuaChain 的头像

    ChihuahuaChain/pyCosmicWrap

    7在 GitHub 上查看↗

    A python3 wrapper around Cosmos API/RPC brought to you by ChihuahuaChain

    Python
    在 GitHub 上查看↗7
  • chimurai/http-proxy-middlewarechimurai 的头像

    chimurai/http-proxy-middleware

    11,132在 GitHub 上查看↗

    This project is a Node.js HTTP reverse proxy middleware designed to route incoming HTTP and WebSocket traffic to target backend services. It functions as a dynamic routing engine and API gateway tool, providing the capability to consolidate multiple backend services behind a single entry point. The middleware features a WebSocket proxy bridge that manages protocol upgrade handshakes to maintain persistent bidirectional communication. It also includes a request and response transformer used to intercept and modify headers, bodies, and URL paths during transit. The system provides broad traffi

    TypeScript
    在 GitHub 上查看↗11,132
  • corley/influxdb-php-sdkcorley 的头像

    corley/influxdb-php-sdk

    84在 GitHub 上查看↗

    Send metrics to InfluxDB and query for any data.

    PHP
    在 GitHub 上查看↗84
  • cosmology-tech/chain-registrycosmology-tech 的头像

    cosmology-tech/chain-registry

    70在 GitHub 上查看↗

    The npm package for the Official Cosmos chain registry

    TypeScript
    在 GitHub 上查看↗70
  • cosmology-tech/cosmos-kitcosmology-tech 的头像

    cosmology-tech/cosmos-kit

    201在 GitHub 上查看↗

    Cosmos Kit is a wallet adapter for developers to build apps that quickly and easily interact with Cosmos blockchains and wallets.

    TypeScript
    在 GitHub 上查看↗201
  • cosmology-tech/create-cosmos-appcosmology-tech 的头像

    cosmology-tech/create-cosmos-app

    167在 GitHub 上查看↗

    Set up a modern Cosmos app by running one command ⚛️

    TypeScript
    在 GitHub 上查看↗167
  • cosmos-client/cosmos-client-tscosmos-client 的头像

    cosmos-client/cosmos-client-ts

    35在 GitHub 上查看↗

    REST API client for Cosmos SDK blockchain

    JavaScript
    在 GitHub 上查看↗35
  • ctrl-felix/cosmospy-protobufctrl-Felix 的头像

    ctrl-Felix/cosmospy-protobuf

    20在 GitHub 上查看↗

    This repository compains the whole cosmos protobuf files compiled for python and ready to use with grpc. Please use the according .proto file as documentation for each python file.

    Python
    在 GitHub 上查看↗20
  • ctrl-felix/mospyctrl-Felix 的头像

    ctrl-Felix/mospy

    39在 GitHub 上查看↗

    MosPy is a fork of the cosmospy library and aims to be a versatile transaction signing library for the whole cosmos ecosystem. It depends cosmospy-protobuf for the protos. Through this library you also can add your own transaction types and sign them through Mospy.

    Python
    在 GitHub 上查看↗39
  • cyu/rack-corscyu 的头像

    cyu/rack-cors

    3,292在 GitHub 上查看↗

    Rack Middleware for handling Cross-Origin Resource Sharing (CORS), which makes cross-origin AJAX possible.

    JavaScript
    在 GitHub 上查看↗3,292
  • argo/argoA

    argo/argo

    0在 GitHub 上查看↗

    An extensible, asynchronous HTTP reverse proxy and origin server.

    在 GitHub 上查看↗0