awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
aplus-framework avatar

aplus-framework/http-client

0
View on GitHub↗
218 stele·11 fork-uri·PHP·MIT·4 vizualizăriaplus-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.

Istoric stele

Graficul istoricului de stele pentru aplus-framework/http-clientGraficul istoricului de stele pentru aplus-framework/http-client

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Colecții curatoriate care includ Http Client

Colecții selectate manual în care apare Http Client.
  • PHP HTTP Client Libraries

Alternative open-source pentru Http Client

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Http Client.
  • rest-client/rest-clientAvatar rest-client

    rest-client/rest-client

    5,215Vezi pe GitHub↗

    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
    Vezi pe GitHub↗5,215
  • mikeal/r2Avatar mikeal

    mikeal/r2

    4,404Vezi pe GitHub↗

    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
    Vezi pe GitHub↗4,404
  • kittinunf/fuelAvatar kittinunf

    kittinunf/fuel

    4,652Vezi pe GitHub↗

    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
    Vezi pe GitHub↗4,652
  • jnunemaker/httpartyAvatar jnunemaker

    jnunemaker/httparty

    5,894Vezi pe GitHub↗

    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
    Vezi pe GitHub↗5,894
Vezi toate cele 30 alternative pentru Http Client→

Întrebări frecvente

Ce face 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.

Care sunt principalele funcționalități ale aplus-framework/http-client?

Principalele funcționalități ale aplus-framework/http-client sunt: HTTP Client Libraries, HTTP Request Execution, PSR-18 Implementations, Network Request Frameworks, Transport Abstractions, Asynchronous Event Loops, HTTP Response Handling, HTTP Middleware Pipelines.

Care sunt câteva alternative open-source pentru aplus-framework/http-client?

Alternativele open-source pentru aplus-framework/http-client includ: 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…