]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/getter/http_getter_common.mli
- logging of long-running actions (like update) is now sent to the
[helm.git] / helm / ocaml / getter / http_getter_common.mli
index f4ecb3dc85b6a3aef851c8596273ab945cedb4cd..1828c82e84b1908eefe07d48897a4a2519de4df7 100644 (file)
@@ -42,19 +42,6 @@ val patch_xml : string -> string
 val patch_xsl : string -> string
 val patch_dtd : string -> string
 
-val return_html_error: string -> out_channel -> unit
-val return_html_internal_error: string -> out_channel -> unit
-  (** return an HTML HTTP response from the given string, embedding it in an
-  "H1" element of an HTML page; content-type is set to text/html *)
-val return_html_msg: string -> out_channel -> unit
-  (** return an HTTP response using given string as content; content-type is set
-  to text/html *)
-val return_html_raw: string -> out_channel -> unit
-  (** return an HTTP response using given string as content; content-type is set
-  to text/xml *)
-val return_xml_raw: string -> out_channel -> unit
- (** return a bad request http response *)
-val return_400: string -> out_channel -> unit
   (**
   @param fname name of the file to be sent
   @param contype Content-Type header value