package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type _ page
type options
type _ return
val send : ?options:options -> ?charset:string -> ?code:int -> ?content_type:string -> ?headers:Cohttp.Header.t -> 'a page -> Ocsigen_response.t Lwt.t
val send_appl_content : Eliom_service.send_appl_content