package resto
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Resto.Description
Source
Service directory description
Source
type 'schema directory =
| Empty
| Static of 'schema static_directory
| Dynamic of string option
Source
and 'schema static_directory = {
services : 'schema service MethMap.t;
subdirs : 'schema static_subdirectories option;
}
Source
and 'schema static_subdirectories =
| Suffixes of 'schema directory StringMap.t
| Arg of Arg.descr * 'schema directory