Path /hello/{name}
Host localhost
Scheme http|https
Method GET|HEAD
Class Symfony\Component\Routing\Route
Defaults name: Joseph
Requirements name: [a-z]+
Options compiler_class: Symfony\Component\Routing\RouteCompiler
opt1: val1
opt2: val2
Path-Regex #^/hello(?:/(?P[a-z]+))?$#s
Host-Regex #^localhost$#s