Skip to content
/ stack Public

HTTP Execution Stack Interfaces

License

Notifications You must be signed in to change notification settings

phulsar/stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

stack

Phulsar Kernel Interfaces

What is stack?

Stack is a collection of interfaces who serves methods for general kernel implementations.

HttpKernelInterface

The HttpKernelInterface is designed to dispatch a PSR-compatible ServerRequestInterface-instance to a PSR-Compatible ResponseInterface-instance.