Download the PHP package phpstandard/raw-request-factory without Composer
On this page you can find all versions of the php package phpstandard/raw-request-factory. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download phpstandard/raw-request-factory
More information about phpstandard/raw-request-factory
Files in phpstandard/raw-request-factory
Download phpstandard/raw-request-factory
More information about phpstandard/raw-request-factory
Files in phpstandard/raw-request-factory
Vendor phpstandard
Package raw-request-factory
Short Description A library to create a server request that implements PSR-7 ServerRequestInterface from the raw http request string and vice versa according to the RFC2616 Section 5
License MIT
Package raw-request-factory
Short Description A library to create a server request that implements PSR-7 ServerRequestInterface from the raw http request string and vice versa according to the RFC2616 Section 5
License MIT
Please rate this library. Is it a good library?
Informations about the package raw-request-factory
Raw HTTP Request Factory
A library to create a server request that implements PSR-7 ServerRequestInterface from the raw http request string and vice versa according to the RFC2616 Section 5.
Installation
Basic Usage
Notes
Although RawRequestFactory depends on ServerRequestFactoryInterface
and StreamFactoryInterface
implementation of these interfaces are out of scope of this library.
This library wont work properly with POST
requests with Content-Type: multipart/form-data; boundary=something
header
Todo
- Add unit tests
- Improve library to work with
POST
request withContent-Type: multipart/form-data; boundary=something
header.
All versions of raw-request-factory with dependencies
PHP Build Version
Package Version
The package phpstandard/raw-request-factory contains the following files
Loading the files please wait ....