2017 © Pedro Peláez
 

library http-modifiers

Thruster HttpModifier Collection of Modifiers

image

thruster/http-modifiers

Thruster HttpModifier Collection of Modifiers

  • Friday, February 12, 2016
  • by gcds
  • Repository
  • 1 Watchers
  • 0 Stars
  • 230 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 16 % Grown

The README.md

HttpModifier Collection of Modifiers

[Latest Version] (https://github.com/ThrusterIO/http-modifiers/releases) [Software License] (LICENSE) [Build Status] (https://travis-ci.org/ThrusterIO/http-modifiers) [Code Coverage] (https://scrutinizer-ci.com/g/ThrusterIO/http-modifiers) [Quality Score] (https://scrutinizer-ci.com/g/ThrusterIO/http-modifiers) [Total Downloads] (https://packagist.org/packages/thruster/http-modifiers), (*1)

[Email] (mailto:team@thruster.io), (*2)

The Thruster HttpModifier Collection of Modifiers, (*3)

Install

Via Composer, (*4)

``` bash $ composer require thruster/http-modifiers, (*5)


## 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 ``` bash $ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*6)

License

Please see License File for more information., (*7)

The Versions

12/02 2016

dev-master

9999999-dev https://thruster.io

Thruster HttpModifier Collection of Modifiers

  Sources   Download

MIT

The Requires

 

The Development Requires

psr-7 http psr7 request response modifiers thruster

12/02 2016

1.2.0

1.2.0.0 https://thruster.io

Thruster HttpModifier Collection of Modifiers

  Sources   Download

MIT

The Requires

 

The Development Requires

psr-7 http psr7 request response modifiers thruster

12/02 2016

1.1.0

1.1.0.0 https://thruster.io

Thruster HttpModifier Collection of Modifiers

  Sources   Download

MIT

The Requires

 

The Development Requires

psr-7 http psr7 request response modifiers thruster

25/01 2016

1.0.0

1.0.0.0 https://thruster.io

Thruster HttpModifier Collection of Modifiers

  Sources   Download

MIT

The Requires

 

The Development Requires

psr-7 http psr7 request response modifiers thruster