cgi_route_type Derived Type

type, public :: cgi_route_type

Route type that stores URI path and callback routine.


Components

Type Visibility Attributes Name Initial
character(len=:), public, allocatable :: path

Route path.

procedure(dm_cgi_router_callback), public, pointer, nopass :: callback => null()

Callback routine.