package stog_server_multi

  1. Overview
  2. Docs

Module Page.Form_loginSource

Sourcetype form = ?env:unit XR.env -> ?action:string -> ?error_msg:XR.tree list -> ?login:string -> ?meth:Cohttp.Code.meth -> ?password:string -> ?submit:string -> unit -> XR.tree list
Sourcetype template = ?env:unit XR.env -> ?action:string -> ?error_msg:XR.tree list -> ?meth:Cohttp.Code.meth -> unit -> XR.tree list
Sourceexception Error of template * string list
Sourcetype t = {
  1. submit : string option;
  2. password : string;
  3. login : string;
}
Sourceval form : ?env:unit XR.env -> ?action:string -> ?error_msg:XR.tree list -> ?login:string -> ?meth:Cohttp.Code.meth -> ?password:string -> ?submit:string -> unit -> XR.tree list
Sourceval read_form : (string -> string option) -> template * t
OCaml

Innovation. Community. Security.