package eliom

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