Module type Eliom_registration_sigs.S_poly_with_send
module type S_poly_with_send = sig..end
include Eliom_registration_sigs.S_poly
type 'a result
val send :
?options:options ->
?charset:string ->
?code:int ->
?content_type:string ->
?headers:Eliom_service.Cohttp.Header.t ->
'a page -> 'a result Lwt.t