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

Add PSR-17 Support #25

Closed boesing closed 1 year ago

boesing commented 2 years ago

Feature Request

Q A
New Feature yes
RFC yes
BC Break no

Summary

Provide support for using PSR-17 response factories instead of a callable for generating error and not found responses. See mezzio/mezzio#81 for details.

weierophinney commented 1 year ago

Implemented in #32 (although not yet released)