Searches the router hash table for path in CGI environment variable
PATH_INFO
, and calls the associated subroutine of the route. If no
route has been found, HTTP_NOT_FOUND
is returned in http_status
.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(cgi_router_type), | intent(inout) | :: | router |
Router type. |
||
type(cgi_env_type), | intent(inout) | :: | env |
CGI environment variables. |
||
integer, | intent(out) | :: | http_status |
Optional status. |