4 रिपॉजिटरी
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.
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.
Ali एक HTTP लोड टेस्टिंग टूल और ट्रैफिक जनरेटर है जिसका उपयोग टारगेट URL पर बड़ी मात्रा में रिक्वेस्ट भेजकर सिस्टम परफॉरमेंस और स्थिरता को मापने के लिए किया जाता है। यह एक परफॉरमेंस मेट्रिक्स एक्सपोर्टर और रियल-टाइम विज़ुअलाइज़र के रूप में कार्य करता है, जो कॉन्फ़िगर करने योग्य रिक्वेस्ट बॉडीज, कस्टम हेडर्स और HTTP/2 सपोर्ट के माध्यम से क्लाइंट व्यवहार का अनुकरण करता है। यह प्रोजेक्ट इंटरैक्टिव चार्ट्स के माध्यम से रियल-टाइम परफॉरमेंस मॉनिटरिंग प्रदान करता है जो डेटा एकत्र होने पर लेटेंसी और रिक्वेस्ट परसेंटाइल्स को प्लॉट करते हैं। यह लाइव परफॉरमेंस प्लॉटिंग और पोस्ट-टेस्ट विश्लेषण के लिए फाइल्स में रॉ डेटा पॉइंट्स और एग्रीगेटेड समरी के निर्यात के संयोजन के माध्यम से सिस्टम बॉटलनेक्स की पहचान करता है। यह टूल ट्रैफिक प्रबंधन में व्यापक क्षमताओं को कवर करता है, जिसमें कीप-अलाइव कनेक्शन्स और रिक्वेस्ट टाइमआउट सेटिंग्स जैसे नेटवर्क व्यवहारों का नियंत्रण शामिल है। यह HTTP मेथड्स और पेलोड्स के पैरामीटर-ड्रिवन कॉन्फ़िगरेशन के माध्यम से API स्ट्रेस टेस्टिंग का भी समर्थन करता है।
Manages HTTP/2 support, keep-alive connections, and request timeout settings for precise control.
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.
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.