awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ded avatar

ded/reqwest

0
View on GitHub↗
2,924 stele·332 fork-uri·JavaScript·3 vizualizări

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.

Istoric stele

Graficul istoricului de stele pentru ded/reqwestGraficul istoricului de stele pentru ded/reqwest

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Reqwest

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Reqwest.
  • matthew-andrews/isomorphic-fetchAvatar matthew-andrews

    matthew-andrews/isomorphic-fetch

    6,913Vezi pe 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
    Vezi pe GitHub↗6,913
  • mzabriskie/axiosAvatar mzabriskie

    mzabriskie/axios

    109,096Vezi pe 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
    Vezi pe GitHub↗109,096
  • github/fetchAvatar github

    github/fetch

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

    pyrsmk/qwest

    0Vezi pe GitHub↗

    qwest 4.5.0

    Vezi pe GitHub↗0
Vezi toate cele 30 alternative pentru Reqwest→

Întrebări frecvente

Ce face ded/reqwest?

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

Care sunt principalele funcționalități ale ded/reqwest?

Principalele funcționalități ale ded/reqwest sunt: HTTP Clients, Ajax模块.

Care sunt câteva alternative open-source pentru ded/reqwest?

Alternativele open-source pentru ded/reqwest includ: 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…