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

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

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

7 रिपॉजिटरी

Awesome GitHub RepositoriesRequest Data Handling

Tools for managing and serializing data sent in network requests.

Distinguishing note: Focuses on data payload management rather than request triggering.

Explore 7 awesome GitHub repositories matching web development · Request Data Handling. Refine with filters or upvote what's useful.

Awesome Request Data Handling GitHub Repositories

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

    bigskysoftware/htmx

    48,210GitHub पर देखें↗

    HTMX is a hypermedia-driven frontend library that enables the creation of dynamic, asynchronous web applications by extending standard HTML attributes. It functions as a declarative engine that intercepts browser events to trigger network requests, allowing developers to update specific regions of the document with server-rendered HTML fragments. By shifting the logic of UI composition to the server, it minimizes the need for complex client-side state management and imperative JavaScript. The library distinguishes itself through a progressive enhancement workflow that ensures web interfaces r

    Includes form inputs and custom values in network requests while filtering parameters.

    JavaScripthateoashtmlhtmx
    GitHub पर देखें↗48,210
  • hapijs/hapihapijs का अवतार

    hapijs/hapi

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

    Hapi is a configuration-driven web framework for building secure and scalable HTTP servers and APIs on the Node.js runtime. It functions as a REST API development framework and an enterprise server implementation focused on stability, security, and comprehensive input validation. The framework is built around a plugin-based architecture, allowing core functionality and custom logic to be organized into modular, registerable plugins. It serves as an HTTP request lifecycle manager, enabling the interception and modification of requests through pre-handlers and extensions before they reach the f

    Handles incoming request data as memory buffers, readable streams, or temporary files.

    JavaScriptapplicationframeworkhapi
    GitHub पर देखें↗14,789
  • ibm-swift/kituraIBM-Swift का अवतार

    IBM-Swift/Kitura

    7,585GitHub पर देखें↗

    Kitura is a server-side web framework for building web applications and APIs using the Swift programming language. It provides a native HTTP server for hosting network traffic and implementing REST APIs. The framework features a pluggable middleware architecture that allows for the insertion of custom logic into the request-response pipeline. It utilizes a Codable data processor to automate the serialization and deserialization of HTTP requests and responses using Swift data models. The system includes a trie-based route matching mechanism for mapping URL paths to handlers and supports the F

    Provides mechanisms for serializing and deserializing request and response bodies using strongly typed Swift data models.

    Swift
    GitHub पर देखें↗7,585
  • marshmallow-code/marshmallowmarshmallow-code का अवतार

    marshmallow-code/marshmallow

    7,239GitHub पर देखें↗

    Marshmallow is a Python data serialization library and validation framework. It functions as a bridge that transforms complex application objects into primitive data types for storage or network transmission and vice versa. The library utilizes a schema-based approach to validate that incoming data conforms to specific types and constraints. It employs a two-way transformation pipeline consisting of separate load and dump phases to handle deserialization and serialization. The framework supports class-based schema definitions with declarative field validation and recursive schema nesting for

    Provides tools for managing and serializing data payloads sent in API requests.

    Pythondeserializationmarshallingpython
    GitHub पर देखें↗7,239
  • fullstorydev/grpcuifullstorydev का अवतार

    fullstorydev/grpcui

    5,907GitHub पर देखें↗

    grpcui एक ब्राउज़र-बेस्ड इंटरैक्टिव वेब इंटरफेस और API क्लाइंट है जिसका उपयोग gRPC सर्वर्स को रिमोट प्रोसीजर कॉल्स (RPC) भेजने के लिए किया जाता है। यह एक HTTP से gRPC गेटवे के रूप में काम करता है जो JSON पेलोड्स को बाइनरी protobuf मैसेजेस में ट्रांसलेट करता है, जिससे यूजर्स नेटवर्क रिक्वेस्ट्स को ट्रिगर कर सकते हैं और विज़ुअल वेब इंटरफेस के माध्यम से रिस्पॉन्स का निरीक्षण कर सकते हैं। यह टूल सर्वर रिफ्लेक्शन को क्वेरी करके या लोकल protobuf डिस्क्रिप्टर फाइल्स को लोड करके उपलब्ध सर्विसेज और मेथड सिग्नेचर्स की पहचान करने के लिए स्कीमा ब्राउज़िंग और डिस्कवरी क्षमताएं प्रदान करता है। यह प्रोजेक्ट API टेस्टिंग और क्लाइंट डिबगिंग को कवर करता है, जिससे रिस्पॉन्स बॉडीज, स्टेटस कोड्स और मेटाडेटा हेडर्स की समीक्षा की जा सकती है।

    Allows the definition of request messages, including nested structures, through a dynamic interface.

    JavaScript
    GitHub पर देखें↗5,907
  • alovajs/alovaalovajs का अवतार

    alovajs/alova

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

    Alova is a frontend data fetching library and HTTP request toolkit designed to manage remote data states and asynchronous communication in web applications. It functions as a request state management system that automates data retrieval, response caching, and synchronization between backend services and the user interface. The library distinguishes itself through a modular architecture that decouples network transport layers from request logic, allowing for consistent behavior across different environments. It utilizes a plugin-driven middleware system to extend core operations, enabling the

    Synchronizes network data with the user interface through caching and request sharing.

    TypeScriptajaxalovaawesome-list
    GitHub पर देखें↗3,999
  • chartbrew/chartbrewchartbrew का अवतार

    chartbrew/chartbrew

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

    Chartbrew is a self-hosted business intelligence platform and data visualization engine designed to transform raw data from SQL databases and external API endpoints into interactive charts and dashboards. It serves as a tool for building analytics dashboards that monitor business metrics and KPIs through a privately hosted environment. The platform distinguishes itself with an embedded analytics workflow, allowing users to generate secure, time-limited shared links and iframes to display private charts on external websites. It also provides programmatic chart generation via API and integrates

    Modifies the configuration, endpoint path, headers, and pagination settings of existing data requests.

    JavaScriptanalyticsapichartjs
    GitHub पर देखें↗3,641
  1. Home
  2. Web Development
  3. Request Data Handling

सब-टैग एक्सप्लोर करें

  • Request Configuration ManagementTools for modifying the parameters and settings of an external data request. **Distinct from Request Data Handling:** Focuses on updating the configuration (headers, pagination) of a request rather than just handling the data payload.