Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Expressive zend-view integration 1.0.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 18 Jan 23:30
· 270 commits to master since this release

The confusion is that both routed middleware and pipeline middleware define paths. For routed middleware, this is a routing specification — which can be a literal, but which often typically some sort of matching rules. For pipeline middleware, this is a literal path prefix only, and that prefix is stripped when the request is passed to the middleware it matches.