Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module type IO = sig ... end
The IO
module signature abstracts over monadic futures library. It is a much reduced version of the module signature that appears in Cohttp, and as such is compatible with any module that conforms to Cohttp.S.IO
.
module Rd : sig ... end
The Rd
module is the means by which handlers access and manipulate request-specific information.
module type S = sig ... end