package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a page = 'a kind
type options = unit
type 'a return = Eliom_service.non_ocaml
val register : ?app:string -> ?scope:[< Eliom_common.scope ] -> ?options:options -> ?charset:string -> ?code:int -> ?content_type:string -> ?headers:Cohttp.Header.t -> ?secure_session:bool -> service: ('get, 'post, 'b, 'c, 'd, Eliom_service.non_ext, Eliom_service.reg, [< `WithSuffix | `WithoutSuffix ], 'e, 'f, 'a return) Eliom_service.t -> ?error_handler:((string * exn) list -> 'a page Lwt.t) -> ('get -> 'post -> 'a page Lwt.t) -> unit
type 'a result = 'a kind
val send : ?options:options -> ?charset:string -> ?code:int -> ?content_type:string -> ?headers:Cohttp.Header.t -> 'a page -> 'a result Lwt.t