Convert the List[String] extracted from the parse params into whatever is necessary to convert to a ConvertTo
What's the path we're extracting against?
A function to convert the ConvertFrom (a String or List[String]) to the target type
Given an incoming request path, match the path and extract the parameters.
Given an incoming request path, match the path and extract the parameters. If the path is matched, return all the extracted parameters. If the path matches, the return Full box will contain the rewritten path and the extracted path parameter
Rewrite the request and emit the type-safe parameter
This trait contains helper method that will extract parameters and convert path items based on the locPath