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

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

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

ded/reqwest

0
View on GitHub↗
2,924 星标·332 分支·JavaScript·5 次浏览

Reqwest

All over again. Includes support for xmlHttpRequest, JSONP, CORS, and CommonJS Promises A.

Features

  • HTTP Clients - Asynchronous HTTP request library for browsers.
  • Ajax模块 - Listed in the “Ajax模块” section of the Awesome Frontend awesome list.

Star 历史

ded/reqwest 的 Star 历史图表ded/reqwest 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Reqwest 的开源替代方案

相似的开源项目,按与 Reqwest 的功能重合度排序。
  • matthew-andrews/isomorphic-fetchmatthew-andrews 的头像

    matthew-andrews/isomorphic-fetch

    6,913在 GitHub 上查看↗

    isomorphic-fetch is a cross-runtime fetch API and isomorphic HTTP client that provides a standardized request interface across different JavaScript environments. It functions as a WHATWG fetch polyfill, ensuring that network request logic behaves identically in both web browsers and Node.js. The project enables universal JavaScript development by allowing a single codebase to perform HTTP requests without environment-specific code. It integrates the fetch interface into Node.js and supports application bundling for the browser.

    JavaScript
    在 GitHub 上查看↗6,913
  • mzabriskie/axiosmzabriskie 的头像

    mzabriskie/axios

    109,096在 GitHub 上查看↗

    Axios is a promise-based HTTP client used to make asynchronous network requests in both browser and Node.js environments. It functions as a multi-environment network adapter that abstracts the transport layer to ensure consistent behavior across different runtimes. The project distinguishes itself through a request lifecycle management system that allows for the cancellation of active requests, the setting of timeouts, and the monitoring of upload and download transfer progress. It includes a mechanism for intercepting network traffic, enabling the transformation of outgoing requests and inco

    JavaScript
    在 GitHub 上查看↗109,096
  • github/fetchgithub 的头像

    github/fetch

    25,881在 GitHub 上查看↗

    This project is a JavaScript fetch polyfill and HTTP client library. It implements the Fetch API in environments that lack native browser support for web requests, providing a promise-based network wrapper for executing asynchronous HTTP calls and managing responses. The library ensures a consistent interface across different JavaScript runtimes by mapping raw network data into standardized request and response objects. It utilizes the XMLHttpRequest object to perform network operations in environments where a native fetch implementation is unavailable. The tool covers HTTP request managemen

    JavaScript
    在 GitHub 上查看↗25,881
  • pyrsmk/qwestP

    pyrsmk/qwest

    0在 GitHub 上查看↗

    qwest 4.5.0

    在 GitHub 上查看↗0
查看 Reqwest 的所有 30 个替代方案→

常见问题解答

ded/reqwest 是做什么的?

All over again. Includes support for xmlHttpRequest, JSONP, CORS, and CommonJS Promises A.

ded/reqwest 的主要功能有哪些?

ded/reqwest 的主要功能包括:HTTP Clients, Ajax模块。

ded/reqwest 有哪些开源替代品?

ded/reqwest 的开源替代品包括: mzabriskie/axios — Axios is a promise-based HTTP client used to make asynchronous network requests in both browser and Node.js… visionmedia/superagent — Superagent is a cross-platform JavaScript HTTP client and Ajax library used for exchanging data between clients and… github/fetch — This project is a JavaScript fetch polyfill and HTTP client library. It implements the Fetch API in environments that… matthew-andrews/isomorphic-fetch — isomorphic-fetch is a cross-runtime fetch API and isomorphic HTTP client that provides a standardized request… pyrsmk/qwest — qwest 4.5.0. axios/axios — Axios is an isomorphic, promise-based HTTP client designed for making asynchronous network requests across different…