Type Definition k8s_gateway_api::v1alpha2::HeaderMatchType
source · [−]pub type HeaderMatchType = String;Expand description
HeaderMatchType specifies the semantics of how HTTP header values should be compared. Valid HeaderMatchType values are:
- “Exact”
- “RegularExpression”