laminas / laminas-httphandlerrunner

Execute PSR-15 RequestHandlerInterface instances and emit responses they generate.
https://docs.laminas.dev/laminas-httphandlerrunner/
BSD 3-Clause "New" or "Revised" License
63 stars 20 forks source link

feature: introduce `RequestHandlerRunnerInterface` #16

Closed boesing closed 3 years ago

boesing commented 3 years ago
Q A
BC Break yes
New Feature yes

Description

This marks RequestHandlerRunner as final as it only provides run which can be implemented in userland if necessary. Relates to #2 which can be implemented in userland code afterwards.

The new interface will be implemented in mezzio/mezzio v4.

boesing commented 3 years ago