dm_cgi_router_set Function

public function dm_cgi_router_set(router, routes) result(rc)

Creates a new router and adds routes to endpoints.

Arguments

Type IntentOptional Attributes Name
type(cgi_router_type), intent(inout) :: router

Router type.

type(cgi_route_type), intent(inout) :: routes(:)

Endpoints.

Return Value integer


Calls

proc~~dm_cgi_router_set~~CallsGraph proc~dm_cgi_router_set dm_cgi_router_set proc~dm_cgi_router_add dm_cgi_router_add proc~dm_cgi_router_set->proc~dm_cgi_router_add proc~dm_cgi_router_create dm_cgi_router_create proc~dm_cgi_router_set->proc~dm_cgi_router_create proc~dm_is_error dm_is_error proc~dm_cgi_router_set->proc~dm_is_error proc~dm_hash_table_set dm_hash_table_set proc~dm_cgi_router_add->proc~dm_hash_table_set proc~dm_hash_table_create dm_hash_table_create proc~dm_cgi_router_create->proc~dm_hash_table_create proc~dm_hash_fnv1a dm_hash_fnv1a proc~dm_hash_table_set->proc~dm_hash_fnv1a