clam2021/vendor/psr/http-message
2024-07-30 17:21:59 -03:00
..
src rework from legacy code on legacy container with php 5. Ahora si, todos los otros commits eran cualca, estaba mandando el stash a . y estaba un dir encima de la raiz del repo 2024-07-30 17:21:59 -03:00
CHANGELOG.md initial copy of clam2020 2021-05-13 13:04:00 -03:00
composer.json rework from legacy code on legacy container with php 5. Ahora si, todos los otros commits eran cualca, estaba mandando el stash a . y estaba un dir encima de la raiz del repo 2024-07-30 17:21:59 -03:00
LICENSE initial copy of clam2020 2021-05-13 13:04:00 -03:00
README.md rework from legacy code on legacy container with php 5. Ahora si, todos los otros commits eran cualca, estaba mandando el stash a . y estaba un dir encima de la raiz del repo 2024-07-30 17:21:59 -03:00

PSR Http Message

This repository holds all interfaces/classes/traits related to PSR-7.

Note that this is not a HTTP message implementation of its own. It is merely an interface that describes a HTTP message. See the specification for more details.

Usage

Before reading the usage guide we recommend reading the PSR-7 interfaces method list: