Skip to content

Commit

Permalink
add matcher name and query parameter for CEL
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas authored Oct 25, 2024
1 parent fe555e3 commit c4c7b4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/mercure.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ The expression **MUST** return a boolean value: true if the topic matches, false

If parsing or checking of a CEL expression fails or if the expression does not return a boolean value, the hub **MUST** return a 400 "Bad Request" HTTP status code.

The matcher type name is `CEL`.
The corresponding query parameter is `matchCEL`.

## URI Template

The hub **MAY** support using URI templates [@!RFC6570] as matchers.
Expand Down

0 comments on commit c4c7b4a

Please sign in to comment.