Returns route of associated path from internal hash table. The passed path string has to be trimmed.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(cgi_router_type), | intent(inout) | :: | router |
Router type. |
||
| character(len=*), | intent(in) | :: | path |
URI. |
||
| type(cgi_route_type), | intent(out), | pointer | :: | route |
Associated route. |