Route type that stores URI path and callback routine.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=:), | public, | allocatable | :: | path |
Route path. |
||
procedure(dm_cgi_router_callback), | public, | pointer, nopass | :: | callback | => | null() |
Callback routine. |