pub type QueryParamMatchType = String;
Expand description

QueryParamMatchType specifies the semantics of how HTTP query parameter values should be compared. Valid QueryParamMatchType values are:

  • “Exact”
  • “RegularExpression”