X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fcomponents%2Focaml_http_stubs%2Fhttp_user_agent.ml;fp=matita%2Fcomponents%2Focaml_http_stubs%2Fhttp_user_agent.ml;h=90c6deed41abd77b1be4bbf1803ea7f6c562b432;hp=0000000000000000000000000000000000000000;hb=86a71ccae1c961d563fb1ca2ceff3866dab4c065;hpb=20b281858667138b8a2a1469ffae99f21b501695 diff --git a/matita/components/ocaml_http_stubs/http_user_agent.ml b/matita/components/ocaml_http_stubs/http_user_agent.ml new file mode 100644 index 000000000..90c6deed4 --- /dev/null +++ b/matita/components/ocaml_http_stubs/http_user_agent.ml @@ -0,0 +1,7 @@ +exception Http_error of (int * string) + +let get ?head_callback _ = assert false + +let get_iter ?head_callback _ _ = assert false + +let head _ = assert false