package eliom

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

Module Eliom_registration.AnySource

include Eliom_registration_sigs.S_poly with type 'a page = 'a kind with type options = unit with type 'a return = Eliom_service.non_ocaml
Sourcetype 'a page = 'a kind
Sourcetype options = unit
Sourceval 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, _, _, _, Eliom_service.non_ext, Eliom_service.reg, _, _, _, 'a return) Eliom_service.t -> ?error_handler:((string * exn) list -> 'a page Lwt.t) -> ('get -> 'post -> 'a page Lwt.t) -> unit

See S.register.

Sourcetype 'a result = 'a kind
Sourceval send : ?options:options -> ?charset:string -> ?code:int -> ?content_type:string -> ?headers:Cohttp.Header.t -> 'a page -> 'a result Lwt.t
OCaml

Innovation. Community. Security.