+--------------+---------------------------------------------------------+
|[32m Property     [39m|[32m Value                                                   [39m|
+--------------+---------------------------------------------------------+
| Route Name   |                                                         |
| Path         | /hello/{name}                                           |
| Path Regex   | #^/hello(?:/(?P<name>[a-z]+))?$#s                       |
| Host         | localhost                                               |
| Host Regex   | #^localhost$#si                                         |
| Scheme       | http|https                                              |
| Method       | GET|HEAD                                                |
| Requirements | name: [a-z]+                                            |
| Class        | Symfony\Component\Routing\Route                         |
| Defaults     | name: Joseph                                            |
[39;49m| Options      | compiler_class: Symfony\Component\Routing\RouteCompiler[39;49m[39;49m |[39;49m
[39;49m|              | [39;49m[39;49mopt1: val1[39;49m[39;49m                                              |[39;49m
[39;49m|              | [39;49mopt2: val2                                              |
+--------------+---------------------------------------------------------+
