]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/http_types.ml
- split http_parser module (all code that parse http requests and
[helm.git] / helm / DEVEL / ocaml-http / http_types.ml
index 37621ef0771357f280ed04dfc5d120c6a78aee56..79ccf783a53e6835f154b4d2d3db21d114b7c8c8 100644 (file)
@@ -125,6 +125,7 @@ class type response =
     method addContents: string -> unit
     method addContentsBuf: Buffer.t -> unit
     method addHeader: name:string -> value:string -> unit
+    method addBasicHeaders: unit
     method replaceHeader: name:string -> value:string -> unit
     method removeHeader: name:string -> unit
     method hasHeader: name:string -> bool