phulsar/stack

PHulsar 框架内核接口

v1.0.0 2017-04-25 22:26 UTC

This package is not auto-updated.

Last update: 2024-09-29 02:34:09 UTC


README

Phulsar 内核接口

什么是 stack?

Stack 是一组接口集合,为一般内核实现提供方法。

HttpKernelInterface

HttpKernelInterface 被设计用来将 PSR 兼容的 ServerRequestInterface 实例派发到 PSR 兼容的 ResponseInterface 实例。