This repository was archived by the owner on Jan 21, 2020. It is now read-only.
zend-expressive-zendrouter 3.0.0rc2
Added
- Nothing.
Changed
- #40 updates the minimum supported version of zend-expressive-router to 3.0.0rc2.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #40 fixes how the router creates a
RouteResultwhen the path matches, but not the HTTP method. In particular, it does not provide special handling forHEADrequests, treating them like any other method mismatch.