package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

Signature

val application_name : string
type app_id
type options = appl_service_options
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