dm_cgi_router_get Function

public function dm_cgi_router_get(router, path, route) result(rc)

Returns route of associated path from internal hash table. The passed path string has to be trimmed.

Arguments

Type IntentOptional 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.

Return Value integer


Calls

proc~~dm_cgi_router_get~~CallsGraph proc~dm_cgi_router_get dm_cgi_router_get interface~dm_hash_table_get dm_hash_table_get proc~dm_cgi_router_get->interface~dm_hash_table_get proc~dm_is_error dm_is_error proc~dm_cgi_router_get->proc~dm_is_error

Called by

proc~~dm_cgi_router_get~~CalledByGraph proc~dm_cgi_router_get dm_cgi_router_get proc~dm_cgi_router_dispatch dm_cgi_router_dispatch proc~dm_cgi_router_dispatch->proc~dm_cgi_router_get