awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
P

pyrsmk/qwest

0
View on GitHub↗
0 stars·0 forks·10 views

Qwest

qwest 4.5.0

Features

  • HTTP Clients - Ajax library supporting XHR2 and promises.
  • Ajax模块 - Listed in the “Ajax模块” section of the Awesome Frontend awesome list.

Star history

Star history chart for pyrsmk/qwestStar history chart for pyrsmk/qwest

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Qwest

These projects share indexed features with Qwest. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • github/fetchgithub avatar

    github/fetch

    25,881View on 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
    View on GitHub↗25,881
  • matthew-andrews/isomorphic-fetchmatthew-andrews avatar

    matthew-andrews/isomorphic-fetch

    6,913View on 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
    View on GitHub↗6,913
  • ded/reqwestded avatar

    ded/reqwest

    2,924View on GitHub↗

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

    JavaScript
    View on GitHub↗2,924
  • mzabriskie/axiosmzabriskie avatar

    mzabriskie/axios

    109,096View on 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
    View on GitHub↗109,096
Compare all 30 related projects→

Frequently asked questions

What does pyrsmk/qwest do?

qwest 4.5.0

What are the main features of pyrsmk/qwest?

The main features of pyrsmk/qwest are: HTTP Clients, Ajax模块.

Which projects share features with pyrsmk/qwest?

Projects with overlapping indexed features include: matthew-andrews/isomorphic-fetch — isomorphic-fetch is a cross-runtime fetch API and isomorphic HTTP client that provides a standardized request… visionmedia/superagent — Superagent is a cross-platform JavaScript HTTP client and Ajax library used for exchanging data between clients and… ded/reqwest — All over again. Includes support for xmlHttpRequest, JSONP, CORS, and CommonJS Promises A. github/fetch — This project is a JavaScript fetch polyfill and HTTP client library. It implements the Fetch API in environments that… mzabriskie/axios — Axios is a promise-based HTTP client used to make asynchronous network requests in both browser and Node.js… axios/axios — Axios is an isomorphic, promise-based HTTP client designed for making asynchronous network requests across different…