awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 रिपॉजिटरी

Awesome GitHub RepositoriesNetwork Request Adapters

Pluggable components for transforming network call execution.

Distinguishing note: Focuses on the execution pattern adaptation.

Explore 6 awesome GitHub repositories matching web development · Network Request Adapters. Refine with filters or upvote what's useful.

Awesome Network Request Adapters GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • axios/axiosaxios का अवतार

    axios/axios

    109,077GitHub पर देखें↗

    Axios is an isomorphic, promise-based HTTP client designed for making asynchronous network requests across different JavaScript execution environments, including the browser and Node.js. It functions as a JSON API client that serializes JavaScript objects into JSON and parses server responses into structured data. The project features a system for managing reusable client instances with shared configurations, such as base URLs and default settings. It includes a mechanism for intercepting outgoing requests and incoming responses globally, allowing data to be transformed before it reaches the

    Utilizes an adapter-based abstraction to maintain a consistent API across browser and Node.js runtimes.

    JavaScripthacktoberfesthttp-clientjavascript
    GitHub पर देखें↗109,077
  • square/retrofitsquare का अवतार

    square/retrofit

    43,895GitHub पर देखें↗

    Retrofit is a type-safe HTTP client that simplifies network communication by allowing developers to define API endpoints as interface methods. By using annotation-driven request mapping, it automatically translates these interface definitions into structured HTTP requests, ensuring consistent data structures and reducing manual configuration when interacting with remote web services. The project distinguishes itself through a highly modular architecture that separates network transport from data handling. It utilizes dynamic proxy generation to process method calls at runtime and offers a plu

    Adapts network calls into custom asynchronous execution patterns.

    HTMLandroidjava
    GitHub पर देखें↗43,895
  • mswjs/mswmswjs का अवतार

    mswjs/msw

    17,977GitHub पर देखें↗

    MSW is a JavaScript API mocking library and integration testing tool designed to intercept network requests at the network level. It allows for the definition of mock data and status codes using routing syntax to simulate server responses without requiring changes to the application source code. The project utilizes a service worker to proxy API calls in the browser, providing a mechanism for isolated frontend development and testing. It employs platform-specific network adapters to maintain a consistent mocking interface across both browser and Node.js environments. The library covers a ran

    Abstracts the underlying network layer to provide a consistent mocking interface across browser and Node.js environments.

    TypeScriptapiapi-mockingdevtools
    GitHub पर देखें↗17,977
  • soybeanjs/soybean-adminsoybeanjs का अवतार

    soybeanjs/soybean-admin

    14,503GitHub पर देखें↗

    Soybean Admin is a type-safe frontend management boilerplate and dashboard template built with Vue 3, Vite, and TypeScript. It provides a pre-configured foundation for creating enterprise administrative interfaces, utilizing the NaiveUI component framework and UnoCSS for utility-first styling. The project distinguishes itself through automated workflow tools, including file-system-based route generation and a command-line interface for automating git commits and project deployments. It implements a comprehensive security model featuring both static and dynamic role-based access control to res

    Implements a network request adapter for data transformation and support for promise and hook patterns.

    TypeScriptadminadmin-templateelegant
    GitHub पर देखें↗14,503
  • cfug/diocfug का अवतार

    cfug/dio

    12,828GitHub पर देखें↗

    Dio is a cross-platform HTTP client for Dart designed to manage network requests and data communication across mobile and desktop applications. It provides a comprehensive framework for executing standard web operations while handling complex tasks such as request lifecycles, connection security, and global configuration. The library distinguishes itself through an extensible architecture that allows developers to hook into the request and response pipeline. By utilizing interceptors and custom network adapters, users can modify traffic, perform authentication, and swap underlying networking

    Decouples high-level request logic from platform-specific networking implementations through pluggable adapters.

    Dartadaptercancellabledart
    GitHub पर देखें↗12,828
  • ctimmerm/axios-mock-adapterctimmerm का अवतार

    ctimmerm/axios-mock-adapter

    3,544GitHub पर देखें↗

    This library provides a utility for intercepting and simulating HTTP requests within the Axios ecosystem. It functions as an HTTP request interceptor that allows developers to define mock responses for outgoing network traffic, enabling frontend integration testing and development without requiring live backend infrastructure. The tool distinguishes itself by offering granular control over the request lifecycle, including the ability to match specific request patterns and forward unmatched traffic to actual destinations. It supports the simulation of unstable network environments by injecting

    Hooks into the request lifecycle by replacing the default network transport layer with a custom handler function.

    JavaScriptaxiosjavascriptmock
    GitHub पर देखें↗3,544
  1. Home
  2. Web Development
  3. Network Request Adapters