abstract fun addPathParamWithPattern(parameterName: String, pattern: String): HTTPRequestValidationHandler
Add a path parameter with a custom pattern. All path params are required
parameterName - expected name of parameter inside the path
pattern - regular expression for validation
Return
this handler