Sap v0.1.0 Sap.Combinators.ControlFlow View Source

Request filters for controlling how a Sap decision tree finds a success path

Link to this section Summary

Functions

Allows for multiple options at a decision tree node. choose/1 combinators can be nested to create multiple decision paths

Filters out requests that do not match a given path. The filter depends on an exact match of the requested path and does not yet support capturing path segments

Link to this section Functions

Allows for multiple options at a decision tree node. choose/1 combinators can be nested to create multiple decision paths.

Filters out requests that do not match a given path. The filter depends on an exact match of the requested path and does not yet support capturing path segments.