String Path Matching

Path matches string-path pattern without trailing slash.

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

Inspect page to see Msh-custom header is 25.