X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Focaml-http%2Fhttp_types.ml;h=79ccf783a53e6835f154b4d2d3db21d114b7c8c8;hb=ae7dbddb8d6f07470db18955cc614972603cc2a9;hp=37621ef0771357f280ed04dfc5d120c6a78aee56;hpb=6a8da4dd52033adfe80533f7467439aec1561147;p=helm.git diff --git a/helm/DEVEL/ocaml-http/http_types.ml b/helm/DEVEL/ocaml-http/http_types.ml index 37621ef07..79ccf783a 100644 --- a/helm/DEVEL/ocaml-http/http_types.ml +++ b/helm/DEVEL/ocaml-http/http_types.ml @@ -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