Expand description

Nested message and enum types in ContentMatcher.

Modules§

Structs§

  • Information needed to perform a JSONPath content match. Used for ContentMatcherOption::MATCHES_JSON_PATH and ContentMatcherOption::NOT_MATCHES_JSON_PATH.

Enums§

  • Certain ContentMatcherOption types require additional information. MATCHES_JSON_PATH or NOT_MATCHES_JSON_PATH require a JsonPathMatcher; not used for other options.
  • Options to perform content matching.