mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-01 19:17:48 +08:00
3942914945
`mg_mqtt_match_topic_expression()` and friends are public now. So far, only `#` is supported. PUBLISHED_FROM=20c031bcf34be84771c4a9c456318634eb9a517c
298 B
298 B
title | decl_name | symbol_kind | signature |
---|---|---|---|
mg_mqtt_vmatch_topic_expression() | mg_mqtt_vmatch_topic_expression | func | int mg_mqtt_vmatch_topic_expression(const char *exp, struct mg_str topic); |
Same as mg_mqtt_match_topic_expression()
, but takes exp
as a
NULL-terminated string.