PSR-7迫在眉睫,有一些问题要说一下
PSR-7 is pretty close to completion. PSR-7 is a new ‘PHP standard recommendation’, put out by the PHP-FIG group, of which I’m a member of.
It describes how to create PHP representations of a HTTP Request and a HTTP response.
PSR-7和值对象
Slim supports PSR-7 interfaces for its Request and Response objects. This makes Slim flexible because it can use any PSR-7 implementation. For example, a Slim application route does not have to return an instance of \Slim\Http\Response
. It could, for …
关于PSR-7的想法
中间件, PSR-7, PSR-15 和Mezzio
Middleware, a palavra.
Sou o maluco das etimologias, acho legal tentar entender a origem da palavra e que significado ela carrega, no caso de middleware o middle vem de "meio", "entre" e o ware é usado pra substantivos não-contáveis que …
关于PSR-7的调查&为了进一步加深理解的链接集
PSR-7
- 我不太了解中间件,所以检查了它。
- 毕竟,我不太确定。
HTTP, PSR-7 与 中间件
PSR-7对象可能是不可变的
I’ve been thinking a lot about immutable objects lately. Yegor Bugayenko claims that Objects Should Be Immutable and PSR-7: HTTP message interfaces are designed to be immutable. #
…Messages are values where the identity is the aggregate of all
PSR-7和中间件–PHP的未来
PSR-7 标准介绍
This post is part of series:
- Part 1: Overview
- Part 2: Request and URI
- Part 3: Response
- Part 4: File Uploads
- Part 5: HTTP-Client
- Part 6: Server Request
- Part 7: Middleware
- Part 8: Usage in a Magento module
This is …
近期评论