Binds a route variable from HTTPRequestPath.variables to an HTTPController responder method argument.
segment
matches the name of a path variable created by Router. See class description for more details.
Source
const HTTPPath(String segment) : super(segment);