Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Module Registration.Any

module Any : 
  Registration_sigs.S_poly_with_send
with type 'a page = 'a kind
and type options = unit
and type 'a return = Service.non_ocaml
and type 'a result = 'a kind

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