UNPKG

467 BMarkdownView Raw
1
2http initiator flow options:
3
4 * flows — flow descriptions for a deeper paths in uri
5 * path - direct match of url chunk
6 * pattern - pattern match of url chunk, every match goes to `request.capture` array
7 * pathInfo - if we have unmatched chunks, when pathInfo is false or not present
8empty flow is returned. In most cases this lead to the 404 response or 404 handler.
9If `pathInfo` is set, all unmatched path chunks concatenated and put into `request.pathInfo`