Module type Eliom_mkreg.​REGCREATE

module type REGCREATE = sig..end


type page

type options

val send :
   ?options:options ->
    ?cookies:Eliom_services.cookie list ->
    ?charset:string ->
    ?code:int ->
    ?content_type:string ->
    ?headers:Http_headers.t ->
    sp:Eliom_sessions.server_params ->
    page -> Ocsigen_http_frame.result Lwt.t