X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fcomponents%2Focaml_http_stubs%2Fhttp_daemon.ml;fp=matita%2Fcomponents%2Focaml_http_stubs%2Fhttp_daemon.ml;h=9e046cd7d45348c671363b332c671c14407946bd;hp=0000000000000000000000000000000000000000;hb=86a71ccae1c961d563fb1ca2ceff3866dab4c065;hpb=20b281858667138b8a2a1469ffae99f21b501695 diff --git a/matita/components/ocaml_http_stubs/http_daemon.ml b/matita/components/ocaml_http_stubs/http_daemon.ml new file mode 100644 index 000000000..9e046cd7d --- /dev/null +++ b/matita/components/ocaml_http_stubs/http_daemon.ml @@ -0,0 +1,5 @@ +let send_basic_headers ?version ~code _ = assert false + +let send_headers ~headers _ = assert false + +let send_CRLF _ = assert false