package ez_api

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file ezServer.ml

1
2
3
4
5
6
7
8
9
# 1 "src/server/default/ezServer.dummy.ml"
let server ?catch:_ _ =
  Format.eprintf
    "Cohttp or Httpaf server implementation not availble\n\
     Try: `opam install cohttp-lwt-unix`\n\
     or:  `opam install httpaf-lwt-unix`@.";
  Lwt.return_unit

let set_debug () = ()
OCaml

Innovation. Community. Security.