6 مستودعات
Creating manual HTTP messages with precise control over headers, body parts, and protocol upgrades.
Distinct from HTTP Request Handling: Focuses on the generation of raw outgoing requests for testing, not the retrieval or inspection of incoming requests
Explore 6 awesome GitHub repositories matching web development · Raw HTTP Request Construction. Refine with filters or upvote what's useful.
WeKnora is a multi-tenant retrieval-augmented generation (RAG) knowledge platform and autonomous AI agent framework. It transforms raw documents into queryable knowledge bases and integrates large language models with vector databases to provide grounded AI responses. The system also functions as a Model Context Protocol (MCP) tool server, exposing knowledge search and agentic capabilities to external AI clients. The platform distinguishes itself through an autonomous agent framework that utilizes iterative reasoning, tool calling, and web search to solve multi-step tasks. It implements a sta
Allows the execution of raw HTTP requests with custom bodies and JSON output filtering.
Symfony HttpFoundation is an object-oriented library that models HTTP requests and responses as structured objects, wrapping PHP superglobals into typed parameter bags and providing dedicated objects for headers, cookies, and file uploads. It serves as the foundational layer for building HTTP-based applications in PHP, offering a complete abstraction for reading request data, constructing responses, and managing the full request-response lifecycle. The library distinguishes itself through composable request matchers that check incoming requests against conditions like IP, method, host, or pat
Wraps raw PHP superglobals into structured objects with methods for headers, parameters, and file uploads.
pysheeet هي مكتبة مرجعية تقنية توفر مجموعة مختارة من مقتطفات التعليمات البرمجية وأنماط التنفيذ لتطوير Python المتقدم، وتكامل النظام، والحوسبة عالية الأداء. تعمل كدليل شامل لتنفيذ برمجة الشبكات منخفضة المستوى، وإضافات C الأصلية، والبرمجة غير المتزامنة والمتزامنة. يوفر المشروع أطر عمل متخصصة لتطوير ونشر نماذج اللغات الكبيرة، بما في ذلك أدوات لاستنتاج GPU الموزع والخدمة عالية الأداء. يتضمن أيضاً أنماطاً مفصلة لتنظيم مجموعات الحوسبة عالية الأداء، وتغطية تخصيص موارد GPU وإدارة عبء العمل متعدد العقد. تغطي المكتبة سطحاً واسعاً من القدرات، بما في ذلك اتصالات الشبكة الآمنة والتشفير، والتعيين الكائني-العلائقي وإدارة قواعد البيانات، وتنفيذ هياكل البيانات والخوارزميات المعقدة. كما توفر أدوات لإدارة الذاكرة، وقابلية التشغيل البيني الأصلية عبر واجهات الوظائف الخارجية، وتكامل نظام التشغيل على مستوى النظام.
Provides low-level construction and transmission of raw HTTP request lines and headers over sockets.
هذا المشروع هو أداة لأتمتة شراء التذاكر وروبوت لأتمتة المتصفح مصمم لتأمين تذاكر الفعاليات ذات الطلب المرتفع. يعمل كنص برمجي لشراء كشط الويب (web scraping) يراقب التوفر وينفذ معاملات الدفع برمجياً. تستخدم الأداة نموذج تنفيذ هجيناً يجمع بين أتمتة المتصفح بدون واجهة (headless) للمصادقة وإدارة الجلسة مع طلبات HTTP مباشرة إلى واجهات برمجة تطبيقات خادم التذاكر. يُستخدم هذا النهج لتجاوز زمن انتقال واجهة المستخدم والتعامل مع معالجة الطلبات عالية السرعة أثناء مبيعات التخفيضات السريعة. يتضمن النظام إمكانيات لمراقبة التوفر التلقائي عبر فحوصات الحالة القائمة على الاستطلاع (polling) واستمرارية ملفات تعريف الارتباط للجلسة للحفاظ على حالات تسجيل الدخول. يدير سير العمل بالكامل من اكتشاف وقت فتح نافذة الشراء إلى إكمال المعاملة النهائية.
Constructs raw HTTP requests to the purchase API to maximize checkout speed during flash sales.
afrog is an HTTP vulnerability scanner and web vulnerability management system that identifies security flaws and known CVEs using a YAML-based rule engine. It functions as a payload generator and scanner, comparing server responses against detection rules to find unauthorized access points. The project provides a framework for out-of-band security testing, detecting blind vulnerabilities by triggering and verifying external DNS or HTTP callbacks. Beyond web traffic, it includes a protocol fuzzer capable of executing multi-step read and write sequences over raw TCP and SSL sockets to identify
Allows construction of manual HTTP messages to control exact header order and manage complex multi-part bodies.
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
Allows the manual construction of HTTP requests with precise control over methods, URLs, headers, and bodies.