Subpath Wildcard Matching

Path matches a pattern with wilcard in the subpath.

            
    customHeaders: [
      {
        "path": "/custom-headers/*/test/*",
        "responseHeaders": [
          {
            "key": "Msh-custom",
            "value": "15"
          }
        ]
      }
    ]
            
          

Inspect page to see Msh-custom header is 15.