Skip to main content

Module flow_query

Module flow_query 

Source
Expand description

Shared flow search matching and filter expression parsing (TUI / CLI / runtime).

Structs§

FlowFilter
Parsed filter: structured FlowQuery fields (AND) plus optional plain-text tokens (AND, each matches URL or method).

Functions§

flow_matches_filter
Structured query + plain-text tokens.
flow_matches_query
Returns true when flow satisfies all set fields in query (AND semantics).
parse_flow_filter
Parse a TUI/CLI filter bar expression into structured + plain tokens.