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

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

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

4 रिपॉजिटरी

Awesome GitHub RepositoriesRequest Execution Behavior

Toggles for controlling how requests are executed, specifically regarding redirects and SSL validation.

Distinct from Request Behavior Customization: Focuses on SSL/Redirect toggles rather than timeouts and fallback endpoints.

Explore 4 awesome GitHub repositories matching networking & communication · Request Execution Behavior. Refine with filters or upvote what's useful.

Awesome Request Execution Behavior GitHub Repositories

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

    Huachao/vscode-restclient

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

    This is a Visual Studio Code extension that lets developers compose, send, and inspect HTTP requests directly from within the editor. It uses .http and .rest files as executable request definitions, parsing each block of text into a complete HTTP request that is dispatched via Node.js built-in HTTP modules without requiring a separate server process. The extension renders full HTTP responses with syntax-highlighted body, status line, and headers in a dedicated editor tab or side panel. The extension supports multiple authentication schemes including Basic, Digest, SSL certificates, Azure

    Sets request-level options like disabling redirects or cookie storage, and adds confirmation prompts for critical requests.

    TypeScriptgraphqlhttphttp-client
    GitHub पर देखें↗6,010
  • nakabonne/alinakabonne का अवतार

    nakabonne/ali

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

    Ali एक HTTP लोड टेस्टिंग टूल और ट्रैफिक जनरेटर है जिसका उपयोग टारगेट URL पर बड़ी मात्रा में रिक्वेस्ट भेजकर सिस्टम परफॉरमेंस और स्थिरता को मापने के लिए किया जाता है। यह एक परफॉरमेंस मेट्रिक्स एक्सपोर्टर और रियल-टाइम विज़ुअलाइज़र के रूप में कार्य करता है, जो कॉन्फ़िगर करने योग्य रिक्वेस्ट बॉडीज, कस्टम हेडर्स और HTTP/2 सपोर्ट के माध्यम से क्लाइंट व्यवहार का अनुकरण करता है। यह प्रोजेक्ट इंटरैक्टिव चार्ट्स के माध्यम से रियल-टाइम परफॉरमेंस मॉनिटरिंग प्रदान करता है जो डेटा एकत्र होने पर लेटेंसी और रिक्वेस्ट परसेंटाइल्स को प्लॉट करते हैं। यह लाइव परफॉरमेंस प्लॉटिंग और पोस्ट-टेस्ट विश्लेषण के लिए फाइल्स में रॉ डेटा पॉइंट्स और एग्रीगेटेड समरी के निर्यात के संयोजन के माध्यम से सिस्टम बॉटलनेक्स की पहचान करता है। यह टूल ट्रैफिक प्रबंधन में व्यापक क्षमताओं को कवर करता है, जिसमें कीप-अलाइव कनेक्शन्स और रिक्वेस्ट टाइमआउट सेटिंग्स जैसे नेटवर्क व्यवहारों का नियंत्रण शामिल है। यह HTTP मेथड्स और पेलोड्स के पैरामीटर-ड्रिवन कॉन्फ़िगरेशन के माध्यम से API स्ट्रेस टेस्टिंग का भी समर्थन करता है।

    Manages HTTP/2 support, keep-alive connections, and request timeout settings for precise control.

    Gobenchmarkinggoload-testing
    GitHub पर देखें↗3,936
  • httpie/desktophttpie का अवतार

    httpie/desktop

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

    This is a desktop HTTP client application used for constructing, sending, and analyzing HTTP and GraphQL requests. It provides a graphical interface for API development and testing, including a dedicated GraphQL client with schema-driven autocomplete and validation. The project features an integrated AI assistant that generates API requests from natural language prompts. It supports a complex organization system of spaces and collections with hierarchical authentication inheritance and recursive variable resolution for dynamic request values. The tool covers a broad range of capabilities, in

    Toggles automatic redirect following and disables SSL validation for expired certificates.

    apiapi-clientapi-testing
    GitHub पर देखें↗3,851
  • coder-hxl/x-crawlcoder-hxl का अवतार

    coder-hxl/x-crawl

    1,872GitHub पर देखें↗

    X-crawl is a Node.js-based web scraping framework designed to automate data collection from both static and dynamic websites. It integrates artificial intelligence to perform semantic parsing, allowing it to transform unstructured HTML into structured data formats that remain accurate even when website layouts or class names change. The project distinguishes itself through a comprehensive suite of stealth and reliability features. It manages crawler identity by randomizing device fingerprints and rotating proxy servers to bypass access restrictions. To handle complex, JavaScript-heavy interfa

    Configures request behavior including polling intervals and execution flow to manage network traffic.

    TypeScriptaiai-crawlchromium
    GitHub पर देखें↗1,872
  1. Home
  2. Networking & Communication
  3. HTTP Request Customization
  4. Request Execution Behavior

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

  • Connection Parameter ControlsSettings for managing low-level connection properties such as timeouts, keep-alive, and protocol versions. **Distinct from Request Execution Behavior:** Specifically handles connection-level parameters (timeouts, HTTP/2) rather than just SSL/Redirect toggles.