spiral/roadrunner-http
HTTP plugin for the RoadRunner PHP application server. Provides PSR-7/PSR-17 based request/response handling, middleware support, and integration helpers to run high-performance PHP apps with persistent workers and fast HTTP serving.
HTTP_HOST in GlobalState::enrichServerVars() by @root-aza in https://github.com/roadrunner-php/http/pull/34Full Changelog: https://github.com/roadrunner-php/http/compare/v4.0.0...v4.1.0
$endOfStream param to HttpWorkerInterface::respond(); removed deprecations by @Kenny1911 in https://github.com/roadrunner-php/http/pull/33Full Changelog: https://github.com/roadrunner-php/http/compare/v3.6.0...v4.0.0
Full Changelog: https://github.com/roadrunner-php/http/compare/v3.5.2...v3.6.0
Full Changelog: https://github.com/roadrunner-php/http/compare/v3.5.1...v3.5.2
Full Changelog: https://github.com/roadrunner-php/http/compare/v3.5.0...v3.5.1
Protocol Buffers. This communication method will be introduced in RoadRunner v2024.1, replacing the current method of communication using JSON. The JSON communication implementation remains for backward compatibility and will be removed in v4.0.0.Full Changelog: https://github.com/roadrunner-php/http/compare/v3.4.0...v3.5.0
getHttpWorker in the PSR7Worker class to get the HttpWorker @FluffyDiscord in https://github.com/roadrunner-php/http/pull/21Full Changelog: https://github.com/roadrunner-php/http/compare/3.3.0...v3.4.0
Full Changelog: https://github.com/roadrunner-php/http/compare/3.2.0...3.3.0
Full Changelog: https://github.com/roadrunner-php/http/compare/3.1.0...3.2.0
StreamStopException will be thrown when the output stream is stopped by @roxblnfk in https://github.com/roadrunner-php/http/pull/16Full Changelog: https://github.com/roadrunner-php/http/compare/3.0.1...3.1.0
psr/http-message v2 by @roxblnfk in https://github.com/roadrunner-php/http/pull/15Full Changelog: https://github.com/roadrunner-php/http/compare/3.0.0...3.0.1
Spiral\RoadRunner\Http\HttpWorkerInterface ChangesUpdated respond method. Added Generator type for $body argument.
public function respond(int $status, string|Generator $body, array $headers = []): void;
Full Changelog: https://github.com/roadrunner-php/http/compare/v2.2.0...3.0.0
Full Changelog: https://github.com/spiral/roadrunner-http/compare/v2.1.0...v2.2.0
Full Changelog: https://github.com/spiral/roadrunner-http/compare/v2.0.4...v2.1.0
How can I help you explore Laravel packages today?