Registry / networking / httpsoft-http-message

httpsoft-http-message

JSON →
library1.1.6phppackagistunverified

Strict and fast implementation of PSR-7 and PSR-17

composer require httpsoft/http-message
INSTALL
IMPORT
SIG · HTTPSOFT-HTTP-MESS
H
httpsoft-http-message
networkingphpv1.1.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ServerRequestFactory
use HttpSoft\Message\ServerRequestFactory;

Create a PSR-7 server request

use HttpSoft\Message\ServerRequestFactory; $factory = new ServerRequestFactory(); $request = $factory->createServerRequest('GET', '/');
Debug
Known issues
gotchaStrict implementation may reject malformed URIs
fix
Ensure URIs are properly encoded before passing
affects: >=1.0.0
Upgrade
Version history
1.1.6latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
httpsoft-http-message — pip install httpsoft-http-message · libregistry