Download the PHP package delolmo/valinor-http-message without Composer
On this page you can find all versions of the php package delolmo/valinor-http-message. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download delolmo/valinor-http-message
More information about delolmo/valinor-http-message
Files in delolmo/valinor-http-message
Download delolmo/valinor-http-message
More information about delolmo/valinor-http-message
Files in delolmo/valinor-http-message
Vendor delolmo
Package valinor-http-message
Short Description Use psr/http-message as a Valinor source
License
Package valinor-http-message
Short Description Use psr/http-message as a Valinor source
License
Please rate this library. Is it a good library?
Informations about the package valinor-http-message
The following library allows using ServerRequestInterface objects of the psr/http-message library as a source for the cuyz/valinor library.
Installation
Example
Final notes
- Versioning of
delolmo/valinor-http-messagewill always matchcuyz/valinorversions. Same goes for PHP versions. - Although query params and body params should not share the same name in the Request, it should be noted that, from a ServerRequestSource standpoint, query params always take precedence over body params. That is, if there is a query param and a body param sharing the same name, ServerRequestSource will only use the query param's value for mapping purposes.
- Considering that many query and body params are retrieved as strings or arrays, it is interesting to note that
enableFlexibleCastingshould also be configured in the Mapper. See Enabling flexible casting for more information.
All versions of valinor-http-message with dependencies
PHP Build Version
Package Version
The package delolmo/valinor-http-message contains the following files
Loading the files please wait ...