aboutsummaryrefslogtreecommitdiff
path: root/lib/brr_handler/js_handler.mli
blob: c8611f77a34bfdb5546a685b41d43ac1b2dfb377 (plain)
1
2
3
4
5
6
7
8
val send :
  (module Services.JsonClientHandler
     with type request = 'request
      and type response = 'response
      and type placeholders = 'placeholders) ->
  'placeholders ->
  'request ->
  ('response, Jv.Error.t) Fut.result