Download the PHP package thruster/http-modifiers without Composer
On this page you can find all versions of the php package thruster/http-modifiers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package http-modifiers
HttpModifier Collection of Modifiers
[]
(https://github.com/ThrusterIO/http-modifiers/releases)
[
]
(LICENSE)
[
]
(https://travis-ci.org/ThrusterIO/http-modifiers)
[
]
(https://scrutinizer-ci.com/g/ThrusterIO/http-modifiers)
[
]
(https://scrutinizer-ci.com/g/ThrusterIO/http-modifiers)
[
]
(https://packagist.org/packages/thruster/http-modifiers)
[]
(mailto:[email protected])
The Thruster HttpModifier Collection of Modifiers
Install
Via Composer
Available Modifiers
Name | Type | Description |
---|---|---|
AddClientUserAgentModifier | RequestModifier | Adds User-Agent header to RequestInterface |
AddServerPoweredByModifier | ResponseModifier | Adds X-Powered-By header to Response Interface |
AddServerTimeModifier | ResponseModifier | Adds Date header to Response Interface with gmdate |
ParseCookieParamModifier | ServerRequestModifier | Parses Cookie header and fills ServerRequestInterface::cookieParams |
ParseJsonRequestBodyModifier | ServerRequestModifier | Parses json body and fills ServerRequestInterface::parsedBody |
ParseMultiPartBodyModifier | ServerRequestModifier | Parses multipart body and fills ServerRequestInterface::parsedBody and ServerRequestInterface::uploadedFiles |
ParseQueryParamModifier | ServerRequestModifier | Parses getUri()->getQuery() and fills ServerRequestInterface::queryParams |
ParseURLEncodedBodyModifier | ServerRequestModifier | Parses url-encoded body and fills ServerRequestInterface::parsedBody |
Testing
Contributing
Please see CONDUCT for details.
License
Please see License File for more information.
All versions of http-modifiers with dependencies
PHP Build Version
Package Version
The package thruster/http-modifiers contains the following files
Loading the files please wait ....