Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 545 Bytes

intro.md

File metadata and controls

12 lines (9 loc) · 545 Bytes

laminas-httphandlerrunner

This component provides utilities for:

  • Emitting PSR-7 responses.
  • Running PSR-15 server request handlers, which involves marshaling a PSR-7 ServerRequestInterface, handling exceptions due to request creation, and emitting the response returned by the composed request handler.

The RequestHandlerRunner will be used in the bootstrap of your application to fire off the RequestHandlerInterface representing your application.