awesome-repositories.com
ब्लॉग
MCP
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·6 व्यूज़

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.

स्टार हिस्ट्री

ded/reqwest के लिए स्टार हिस्ट्री चार्टded/reqwest के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Reqwest के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Reqwest के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • matthew-andrews/isomorphic-fetchmatthew-andrews का अवतार

    matthew-andrews/isomorphic-fetch

    6,913GitHub पर देखें↗

    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,096GitHub पर देखें↗

    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,881GitHub पर देखें↗

    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

    0GitHub पर देखें↗

    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…