package stog_server_multi

  1. Overview
  2. Docs
type 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
type template = ?env:unit XR.env -> ?action:string -> ?error_msg:XR.tree list -> ?meth:Cohttp.Code.meth -> unit -> XR.tree list
exception Error of template * string list
type t = {
  1. submit : string option;
  2. password : string;
  3. login : string;
}
val 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
val read_form : (string -> string option) -> template * t
OCaml

Innovation. Community. Security.