aboutsummaryrefslogtreecommitdiff
path: root/lib/brr_handler/js_handler.mli
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2025-06-01 17:12:06 +0200
committerSébastien Dailly <sebastien@dailly.me>2025-06-14 10:58:01 +0200
commit2f18b8a33cabd0ea666781ba048d0174b4dc5031 (patch)
treeaacda421b89e8133e3c73942e9ede61283a5005c /lib/brr_handler/js_handler.mli
Initial commit
Diffstat (limited to 'lib/brr_handler/js_handler.mli')
-rw-r--r--lib/brr_handler/js_handler.mli8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/brr_handler/js_handler.mli b/lib/brr_handler/js_handler.mli
new file mode 100644
index 0000000..c8611f7
--- /dev/null
+++ b/lib/brr_handler/js_handler.mli
@@ -0,0 +1,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