awesome-repositories.com
Blog
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
·
ded avatar

ded/reqwest

0
View on GitHub↗
2,924 estrellas·332 forks·JavaScript·3 vistas

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.

Historial de estrellas

Gráfico del historial de estrellas de ded/reqwestGráfico del historial de estrellas de ded/reqwest

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

Preguntas frecuentes

¿Qué hace ded/reqwest?

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

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

Las características principales de ded/reqwest son: HTTP Clients, Ajax模块.

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

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

Alternativas open-source a Reqwest

Proyectos open-source similares, clasificados según cuántas características comparten con Reqwest.
  • matthew-andrews/isomorphic-fetchAvatar de matthew-andrews

    matthew-andrews/isomorphic-fetch

    6,913Ver en 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
    Ver en GitHub↗6,913
  • mzabriskie/axiosAvatar de mzabriskie

    mzabriskie/axios

    109,096Ver en 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
    Ver en GitHub↗109,096
  • github/fetchAvatar de github

    github/fetch

    25,881Ver en 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
    Ver en GitHub↗25,881
  • pyrsmk/qwestP

    pyrsmk/qwest

    0Ver en GitHub↗

    qwest 4.5.0

    Ver en GitHub↗0
Ver las 30 alternativas a Reqwest→