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

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

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

aplus-framework/http-client

0
View on GitHub↗
218 स्टार्स·11 फोर्क्स·PHP·MIT·4 व्यूज़aplus-framework.com/packages/http-client↗

Http Client

This library is a PHP HTTP client designed for executing synchronous and asynchronous network requests. It provides a standards-compliant implementation of the PSR-18 interface, enabling consistent interaction with remote web services and external systems.

The library distinguishes itself through an abstraction-layered architecture that decouples the request interface from specific network drivers. It utilizes a middleware-driven pipeline to process requests and responses, while employing a strategy pattern to parse raw network streams into structured objects based on content type.

The system supports non-blocking operations through event loop integration and manages large payloads via stream-based execution to maintain memory efficiency. It includes comprehensive utilities for handling headers, status codes, and request bodies during data exchange.

Features

  • HTTP Client Libraries - Implements a PHP library for executing synchronous and asynchronous network requests and processing server responses.
  • HTTP Request Execution - Executes synchronous and asynchronous HTTP requests to interact with remote web services.
  • PSR-18 Implementations - Provides a standards-compliant implementation of the PSR-18 interface for consistent HTTP request handling.
  • Network Request Frameworks - Provides a high-level framework for managing headers, status codes, and request bodies across network connections.
  • Transport Abstractions - Decouples the high-level request interface from specific network drivers to allow switching between transport implementations.
  • Asynchronous Event Loops - Utilizes non-blocking I/O primitives to manage concurrent network operations without stalling the main execution thread.
  • HTTP Response Handling - Provides utilities to extract status codes, headers, and body content from incoming network responses.
  • HTTP Middleware Pipelines - Processes outgoing requests and incoming responses through a chain of modular handlers that modify or inspect data during transit.
  • REST API Integrations - Facilitates sending data to and retrieving information from remote web services using standard HTTP methods.
  • Web Service Communications - Manages synchronous and asynchronous network requests to interact with external systems and process their responses.

स्टार हिस्ट्री

aplus-framework/http-client के लिए स्टार हिस्ट्री चार्टaplus-framework/http-client के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Http Client के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Http Client के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • rest-client/rest-clientrest-client का अवतार

    rest-client/rest-client

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

    This is a Ruby HTTP client designed for REST API integration, resource modeling, and automated network communication. It provides a set of tools for managing headers, cookies, and SSL configurations, along with a dedicated command-line interface for executing one-off HTTP commands and managing interactive API testing sessions. The project differentiates itself through its resource modeling capabilities, which allow for the definition of persistent base URLs and credentials to construct nested subresource endpoints. It also features a multipart request handler that detects MIME types to upload

    Ruby
    GitHub पर देखें↗5,215
  • mikeal/r2mikeal का अवतार

    mikeal/r2

    4,404GitHub पर देखें↗

    r2 is a JavaScript HTTP client library and asynchronous request library used for executing network calls. It provides a runtime-agnostic network layer that abstracts underlying HTTP implementations to ensure consistent behavior across different JavaScript execution environments. The library functions as a JSON API client, automatically parsing response bodies and formatting outgoing payloads. It utilizes a promise-based interface to manage the lifecycle of HTTP requests and responses. The project covers REST API integration and HTTP header management, allowing users to attach custom key-valu

    JavaScript
    GitHub पर देखें↗4,404
  • kittinunf/fuelkittinunf का अवतार

    kittinunf/fuel

    4,652GitHub पर देखें↗

    Fuel is a Kotlin HTTP client library for Android and Kotlin applications that handles both synchronous and asynchronous web requests. It functions as a network wrapper that supports executing calls via suspending functions in coroutines, reactive streams, and traditional callbacks. The library features built-in integration for Android LiveData to bind network responses directly to observable state holders for user interface updates. It also includes a JSON serialization client that utilizes customizable mappers to convert raw HTTP response bodies into structured data objects. Capability area

    Kotlinandroidhttp-clientkotlin
    GitHub पर देखें↗4,652
  • jnunemaker/httpartyjnunemaker का अवतार

    jnunemaker/httparty

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

    HTTParty is a Ruby HTTP client library designed for building standardized API clients. It abstracts low-level network primitives into a high-level interface, allowing developers to encapsulate base URIs and request configurations within classes to maintain consistent interactions with remote web services. The library automates the transformation of raw network response data into native Ruby structures by using a registry-based system that parses content based on response headers. It also provides specialized mechanisms for sending multipart form data and streaming large payloads to maintain m

    Ruby
    GitHub पर देखें↗5,894
Http Client के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

aplus-framework/http-client क्या करता है?

This library is a PHP HTTP client designed for executing synchronous and asynchronous network requests. It provides a standards-compliant implementation of the PSR-18 interface, enabling consistent interaction with remote web services and external systems.

aplus-framework/http-client की मुख्य विशेषताएं क्या हैं?

aplus-framework/http-client की मुख्य विशेषताएं हैं: HTTP Client Libraries, HTTP Request Execution, PSR-18 Implementations, Network Request Frameworks, Transport Abstractions, Asynchronous Event Loops, HTTP Response Handling, HTTP Middleware Pipelines।

aplus-framework/http-client के कुछ ओपन-सोर्स विकल्प क्या हैं?

aplus-framework/http-client के ओपन-सोर्स विकल्पों में शामिल हैं: rest-client/rest-client — This is a Ruby HTTP client designed for REST API integration, resource modeling, and automated network communication.… mikeal/r2 — r2 is a JavaScript HTTP client library and asynchronous request library used for executing network calls. It provides… kittinunf/fuel — Fuel is a Kotlin HTTP client library for Android and Kotlin applications that handles both synchronous and… jnunemaker/httparty — HTTParty is a Ruby HTTP client library designed for building standardized API clients. It abstracts low-level network… dart-lang/http — This library provides a unified, cross-platform interface for executing HTTP requests and managing network… lostisland/faraday — Faraday is an HTTP client library for Ruby that sends requests and processes responses through a middleware pipeline…

Http Client को शामिल करने वाली क्यूरेटेड खोजें

चुनिंदा कलेक्शन जहाँ Http Client दिखाई देता है।
  • PHP HTTP Client Libraries