http-interop / http-middleware

PSR-15 interfaces for HTTP Middleware
MIT License
73 stars 7 forks source link

Import PSR meta as README #26

Closed shadowhand closed 7 years ago

shadowhand commented 7 years ago

Importing the meta document from PSR-15 for review and editing.

Refs #25

shadowhand commented 7 years ago

This is the current meta document from php-fig/fig-standards PSR-15-meta.

shadowhand commented 7 years ago

@http-interop/http-middleware-contributors this now contains the changes from #25. Please review and let me know if you have concerns.

weierophinney commented 7 years ago

This looks good. The only change I'd like to see is some verbiage indicating that the delegate defines the same method as middleware in part to prevent creating an object that can serve both roles. Nice work, @shadowhand !

shadowhand commented 7 years ago

@weierophinney added.