antonkalmykov/http-exchange

Request/Response component based on 'PSR-7: HTTP message interfaces' for ItCourses Framework

v1.3.0 2016-02-24 14:03 UTC

This package is not auto-updated.

Last update: 2024-08-31 18:49:22 UTC


README

Jazz Framework HttpExchange Component

Intro

In the development of this component, namely the implementation of the 'PSR-7: HTTP message interfaces' recommendations, there were moments when the inspiration left me, I lost the thread and the realization came to a standstill. In such situations, I have found strength and drew new ideas for this project from the developers of the Zend framework, for which many thanks to these guys. Also many thanks to one of the PSR-7 developers Matthew Weier O'Finney, for the wonderful articles, that helped me become uproarious what's what. See PSR-7: HTTP message interfaces, Zend-Diactoros, PSR-7 By Example, On PSR7 and HTTP Headers, PSR-7 And Middleware. This vision of the PSR-7 does not apply for full implementation of recommendations, since, maybe something was not completely realized or lost, and some things have been adapted to our personal project, so сomments and criticism welcome. PSR-7 - it was not easy, but it works 👍