]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/http_misc.mli
- added string_{em,im}plode
[helm.git] / helm / DEVEL / ocaml-http / http_misc.mli
index 5a74fe4ff36c6bacc94fbcaaa1e79e630084b0da..f12e9ad0de0438a48c0b70a840595a450ea6ea69 100644 (file)
@@ -19,6 +19,9 @@
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *)
 
+(** Helpers and other not better classified functions which should not be
+visible to the final user *)
+
   (** @return the current date compliant to RFC 1123, which updates RFC 822
   zone info are retrieved from UTC *)
 val date_822: unit -> string
@@ -39,3 +42,8 @@ val strip_heading_slash: string -> string
   (** given a dir handle @return a list of entries contained *)
 val ls: Unix.dir_handle -> string list
 
+val string_explode: string -> char list
+val string_implode: char list -> string
+
+val reason_phrase_of_code: int -> string
+