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

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

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

32 रिपॉजिटरी

Awesome GitHub RepositoriesHTTP Client Requests

The process of sending requests to a server and receiving responses using web APIs.

Distinct from HTTP Request: Candidates focus on header inspection, mirroring, or scheduling, not the general capability of making requests.

Explore 32 awesome GitHub repositories matching web development · HTTP Client Requests. Refine with filters or upvote what's useful.

Awesome HTTP Client Requests GitHub Repositories

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

    mzabriskie/axios

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

    Axios is a promise-based HTTP client used to make asynchronous network requests in both browser and Node.js environments. It functions as a multi-environment network adapter that abstracts the transport layer to ensure consistent behavior across different runtimes. The project distinguishes itself through a request lifecycle management system that allows for the cancellation of active requests, the setting of timeouts, and the monitoring of upload and download transfer progress. It includes a mechanism for intercepting network traffic, enabling the transformation of outgoing requests and inco

    Provides a comprehensive interface for sending asynchronous HTTP requests and receiving responses.

    JavaScript
    GitHub पर देखें↗109,096
  • afnetworking/afnetworkingAFNetworking का अवतार

    AFNetworking/AFNetworking

    33,433GitHub पर देखें↗

    AFNetworking is an Objective-C networking library for Apple platforms, including iOS, macOS, watchOS, and tvOS. It functions as an HTTP client that manages remote server communication by wrapping the system loading framework to handle requests and responses. The library provides specialized security and identity tools, featuring SSL certificate pinning for server trust validation and the implementation of standardized OAuth authentication flows. It further distinguishes itself with network reachability monitoring to track interface availability and request mocking capabilities to simulate ser

    Provides the core capability of sending HTTP requests and receiving responses for Apple platform applications.

    Objective-C
    GitHub पर देखें↗33,433
  • sindresorhus/kysindresorhus का अवतार

    sindresorhus/ky

    16,943GitHub पर देखें↗

    🌳 Tiny & elegant JavaScript HTTP client based on the Fetch API

    Ky makes HTTP requests with a clean API, automatic error handling, retries, and timeouts for web and Node.js applications.

    TypeScriptfetchhttp-clienthttp-request
    GitHub पर देखें↗16,943
  • madrobby/zeptomadrobby का अवतार

    madrobby/zepto

    15,104GitHub पर देखें↗

    Zepto is a minimalist JavaScript toolkit providing an API for DOM manipulation, event handling, and asynchronous HTTP requests. It functions as a jQuery-compatible library, allowing developers to select, modify, and animate HTML elements using a concise and chainable syntax. The library includes an asynchronous HTTP client for exchanging data with remote servers without triggering page reloads and a browser-based event handler that supports standard mouse events and mobile touch gestures. Its capability surface covers CSS selector-based querying, element transition animations, and the serial

    Provides a built-in HTTP client for exchanging data with remote servers without triggering full page reloads.

    HTML
    GitHub पर देखें↗15,104
  • scala/scalascala का अवतार

    scala/scala

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

    Scala is a statically typed programming language and compiler that combines object-oriented and functional programming paradigms. It serves as a cross-platform runtime language capable of targeting the Java Virtual Machine and JavaScript to share logic between backend servers and web frontends. The project provides a functional programming framework with immutable data structures and higher-order functions to build reliable concurrent and distributed applications. It distinguishes itself through deep interoperability with Java and JavaScript ecosystems and the ability to transform code into n

    Includes capabilities for sending HTTP requests to retrieve or send data across the web.

    Scalafunctional-programmingjvm-languagesobject-oriented-programming
    GitHub पर देखें↗14,548
  • gcanti/fp-tsgcanti का अवतार

    gcanti/fp-ts

    11,523GitHub पर देखें↗

    fp-ts is a TypeScript library that brings pure functional programming patterns to the language through algebraic data types, type class abstractions, and composable combinators. It provides foundational data types like Option for optional values, Either for typed error handling, and Task for lazy asynchronous computations, all designed to make invalid states unrepresentable and side effects explicit. The library is built on category theory concepts, offering type classes such as Functor, Applicative, Monad, Semigroup, and Monoid with lawful instances for common data structures. The library di

    Provides type-safe HTTP request utilities that validate responses against runtime schemas.

    TypeScriptalgebraic-data-typesfunctional-programmingtypescript
    GitHub पर देखें↗11,523
  • hehonghui/android-tech-frontierhehonghui का अवतार

    hehonghui/android-tech-frontier

    10,612GitHub पर देखें↗

    Android Tech Frontier is a project that periodically translates high-quality English Android development articles into Chinese for the developer community. Its core identity is as a translation pipeline that covers topics including Android internals, open-source libraries, software architecture, and testing methodologies. The project distinguishes itself by providing Chinese translations of technical content that spans Android view hierarchy analysis, HTTP request execution patterns, proxy creation techniques, and image loading configuration. It also covers UI layout solutions such as nesting

    Sends network requests using Apache HttpClient or HttpURLConnection with header and parameter handling.

    android-architectureandroid-testingdagger2
    GitHub पर देखें↗10,612
  • cyclejs/cyclejsC

    cyclejs/cyclejs

    10,229GitHub पर देखें↗

    Cycle.js is a functional reactive web framework and observable-driven UI library used for building web applications. It employs a reactive stream architecture that treats the document object model and side effects as continuous data streams, coordinating state and logic through a functional cycle. The framework distinguishes itself by isolating side effects from core logic using a system of drivers. This architecture maps external events to internal commands through a symmetric input-output pipeline, ensuring that the application remains a cycle of pure functions. The project provides capabi

    Sends network requests and processes asynchronous responses as continuous data streams for real-time updates.

    TypeScript
    GitHub पर देखें↗10,229
  • awslabs/llrtawslabs का अवतार

    awslabs/llrt

    8,752GitHub पर देखें↗

    llrt is a low-latency JavaScript runtime based on the QuickJS engine, specifically designed for executing asynchronous functions in serverless environments. It provides a lightweight execution layer optimized for fast startup times and minimal memory usage when running ES2023 workloads. The project differentiates itself by bundling natively optimized cloud service SDKs directly into the runtime binary to eliminate external dependency loading. To further reduce cold start latency, it implements parallel connection warming for TLS and network handshakes during the startup phase. The runtime co

    Provides a lightweight fetch implementation to send network requests and handle responses.

    Rust
    GitHub पर देखें↗8,752
  • proxymanapp/proxymanProxymanApp का अवतार

    ProxymanApp/Proxyman

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

    Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket traffic. It functions as a man-in-the-middle proxy, decrypting SSL/TLS traffic to allow real-time inspection and modification of encrypted requests and responses. The tool is designed for debugging web and mobile applications, with capabilities for API mocking and simulation, scriptable traffic modification, and team collaboration on network logs. What distinguishes Proxyman is its deep integration with mobile and cross-platform development workflows. It provides automated certif

    Switches the HTTP method of an intercepted request manually, not automatically based on request size.

    debugging-tooliosmacos
    GitHub पर देखें↗6,858
  • j3ssie/osmedeusj3ssie का अवतार

    j3ssie/Osmedeus

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

    Osmedeus is a security workflow orchestration engine that coordinates AI agents, shell commands, and scanning tools through declarative YAML pipelines. It functions as a distributed security scanner, a declarative workflow automator, and an AI agent framework for security, enabling automated multi-step security analysis with conditional branching, parallel execution, and distributed workers. The engine distinguishes itself through a hybrid runner model that executes workflow steps on the local host, inside Docker containers, or over SSH to remote machines, selected per step or module. It supp

    Sends HTTP requests with configurable methods, headers, and bodies as steps within automated workflows.

    Go
    GitHub पर देखें↗6,425
  • 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

    Composes and sends HTTP requests directly from the editor, displaying the response in a separate pane with syntax highlighting.

    TypeScriptgraphqlhttphttp-client
    GitHub पर देखें↗6,010
  • postmanlabs/postman-app-supportpostmanlabs का अवतार

    postmanlabs/postman-app-support

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

    Postman is an API platform that enables users to build, test, and interact with APIs by sending HTTP requests and viewing responses directly within the tool. It provides a graphical interface for designing and managing sequences of API interactions, allowing users to create and organize related API requests into named collections for reuse and sharing. The platform supports automating API workflows through test scripts and built-in sequences, and facilitates collaboration by enabling teams to share collections, specifications, and workflows. Users can document APIs by attaching descriptions a

    Sends HTTP requests and displays responses directly within the tool.

    GitHub पर देखें↗6,003
  • wyouflf/xutils3wyouflf का अवतार

    wyouflf/xUtils3

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

    xUtils3 is an integrated Android toolkit that combines HTTP networking, image loading, ORM database queries, and view injection into a single cohesive library. It provides annotation-driven view binding and event handling, eliminating manual view lookups by scanning Java annotations at runtime through reflection. The library includes a fluent LINQ-style ORM query builder for constructing type-safe database queries with filtering, grouping, aggregation, and pagination operations. Its HTTP networking layer supports multiple verbs, cookie management, and pluggable response parsing for structured

    Issues network calls using GET, POST, PUT, PATCH, DELETE, and other standard HTTP methods, supporting both synchronous and asynchronous execution.

    Java
    GitHub पर देखें↗5,946
  • amitshekhariitbhu/androidnetworkingamitshekhariitbhu का अवतार

    amitshekhariitbhu/AndroidNetworking

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

    AndroidNetworking is an HTTP networking library for Android that handles the full lifecycle of network communication, from sending requests to parsing responses and caching data. It provides a unified interface for executing GET, POST, PUT, DELETE, HEAD, and PATCH requests, with support for both synchronous and asynchronous execution, and includes built-in JSON response parsing that converts server responses directly into Java objects or lists. The library distinguishes itself through a set of integrated capabilities that go beyond basic request execution. It manages file downloads and upload

    Executes GET, POST, PUT, PATCH, DELETE, HEAD requests with path and query parameters, headers, and body data.

    Java
    GitHub पर देखें↗5,906
  • countly/countly-servercountly का अवतार

    countly/countly-server

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

    Countly is a self-hosted product analytics and engagement platform that tracks user behavior across mobile, web, and desktop applications. It collects and analyzes device properties, user actions, and session lifecycle data to understand engagement patterns, while also providing crash reporting, push notification delivery, and A/B testing capabilities. The platform is designed for privacy-first deployment, with built-in consent management and the ability to run entirely on private infrastructure. The platform distinguishes itself through its comprehensive feature set that combines analytics w

    Automatically switches to POST for large requests and crash reports, with an option to force POST.

    JavaScript
    GitHub पर देखें↗5,875
  • jhuckaby/croniclejhuckaby का अवतार

    jhuckaby/Cronicle

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

    Cronicle is a distributed job scheduler that replaces traditional cron with a browser-based management interface. It runs scheduled tasks across a cluster of servers with automatic failover, using a custom cron parser that intersects day-of-month and day-of-week constraints when both are specified. The system executes jobs through a plugin framework that runs command-line scripts in any language, communicating via JSON over standard input and output. The scheduler provides a web-based real-time dashboard for monitoring running jobs with live logs, resource usage charts, and progress updates.

    Provides a built-in HTTP client for making GET, HEAD, and POST requests with custom headers and timeouts.

    JavaScript
    GitHub पर देखें↗5,745
  • inngest/inngestinngest का अवतार

    inngest/inngest

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

    Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background workflows. It enables developers to build resilient, stateful processes by memoizing function steps, ensuring that long-running tasks can automatically resume from the last successful operation after failures, timeouts, or infrastructure restarts. The platform distinguishes itself through its event-driven architecture, which uses a schema-validated bus to trigger functions and coordinate complex, multi-step logic. It employs an onion-model middleware approach for cross-cutting concer

    Offloads API requests to remote platforms to ensure they are tracked and resumable across serverless timeouts and failures.

    Go
    GitHub पर देखें↗5,499
  • treeverse/lakefstreeverse का अवतार

    treeverse/lakeFS

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

    lakeFS is a data lake versioning system that provides Git-like branching and commits for large datasets stored in object storage. It functions as a version control layer, enabling the creation of immutable snapshots, atomic commits, and zero-copy branching to create isolated environments for data experimentation without duplicating physical files. The system serves as an S3-compatible storage gateway and an Iceberg REST catalog, allowing standard cloud storage protocols and compatible clients to manage versioned tables. It acts as a data quality gatekeeper by using an event-driven hook system

    Enables sending HTTP requests to external endpoints from within hooks to notify systems or fetch data.

    Go
    GitHub पर देखें↗5,406
  • programthink/opensourceprogramthink का अवतार

    programthink/opensource

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

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

    Indexes libraries for sending requests to servers and receiving responses via web APIs.

    GitHub पर देखें↗5,117
पिछला12अगला
  1. Home
  2. Web Development
  3. HTTP Client Requests

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

  • Durable HTTP RequestsHTTP requests offloaded to remote platforms to ensure tracking and resumption across failures. **Distinct from HTTP Client Requests:** Distinct from HTTP Client Requests: focuses on the durability and resumability of the request, not just the act of sending.
  • HTTP Method Executions1 सब-टैगExecuting GET, POST, PUT, PATCH, DELETE, HEAD requests with path and query parameters, headers, and body data. **Distinct from HTTP Client Requests:** Distinct from HTTP Client Requests: covers multiple HTTP methods with body data support, not just general request sending.
  • Type-Safe HTTP Requests1 सब-टैगSend HTTP requests with compile-time type checking and response validation against schemas. **Distinct from HTTP Client Requests:** Distinct from HTTP Client Requests: adds type safety and schema validation to the request/response cycle.
  • Workflow HTTP Request StepsSending HTTP requests with configurable methods, headers, and bodies as steps within automated workflows. **Distinct from HTTP Client Requests:** Distinct from HTTP Client Requests: integrates HTTP requests as discrete steps within workflow pipelines, not general client-side request sending.