pub type HeaderMatchType = String;
Expand description

HeaderMatchType specifies the semantics of how HTTP header values should be compared. Valid HeaderMatchType values are:

  • “Exact”
  • “RegularExpression”