We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68ad21 commit af35708Copy full SHA for af35708
1 file changed
src/server/default/ezServer.dummy.ml
@@ -8,11 +8,12 @@
8
(* *)
9
(**************************************************************************)
10
11
-let server ?catch:_ ?allow_origin:_ ?allow_headers:_ ?allow_methods:_ ?allow_credentials:_ ?footer:_ _ =
+let server ?catch:_ ?allow_origin:_ ?footer:_ _ =
12
Format.eprintf
13
- "Cohttp or Httpaf server implementation not availble\n\
+ "Cohttp, Httpaf or Httpun server implementation not availble\n\
14
Try: `opam install cohttp-lwt-unix`\n\
15
- or: `opam install httpaf-lwt-unix`@.";
+ `opam install httpaf-lwt-unix`\n\
16
+ or `opam install httpun-lwt-unix`@.";
17
Lwt.return_unit
18
19
let shutdown () = Lwt.return_unit
0 commit comments