laminas / laminas-stratigility

PSR-7 middleware foundation for building and dispatching middleware pipelines
https://docs.laminas.dev/laminas-stratigility/
BSD 3-Clause "New" or "Revised" License
55 stars 12 forks source link

Moving NotFoundHandler to Handler namespace #8

Closed boesing closed 4 years ago

boesing commented 4 years ago

This re-opens zendframework/zend-stratigility#192 and handles #1

Summary

As the NotFoundHandler is technically a RequestHandler, I am moving it to the Handler namespace instead while marking the NotFoundHandler in the Middleware namespace as deprecated.