awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ded avatar

ded/reqwest

0
View on GitHub↗
2,924 نجوم·332 تفرعات·JavaScript·3 مشاهدات

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

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Reqwest

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Reqwest.
  • matthew-andrews/isomorphic-fetchالصورة الرمزية لـ matthew-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/axiosالصورة الرمزية لـ mzabriskie

    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/fetchالصورة الرمزية لـ github

    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
عرض جميع البدائل الـ 30 لـ Reqwest→

الأسئلة الشائعة

ما هي وظيفة 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…