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