String Path Matching

Path matches string-path/ pattern with trailing slash.

            
    "customHeaders": [
      {
        "path": "/custom-headers/explicit-path/string-path/",
        "responseHeaders": [
          {
            "key": "Msh-custom",
            "value": "30"
          }
        ]
      }
    ]
            
          

Inspect page to see Msh-custom header is 30.