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