]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/http_types.ml
ocaml 3.09 transition
[helm.git] / helm / DEVEL / ocaml-http / http_types.ml
index bc2efb4131a5d6b8a0aecfe08ddccc5fed73468f..5c88b212ed010990015a936355824685f6d737d8 100644 (file)
@@ -157,7 +157,7 @@ class type request = object
     method meth: meth
     method uri: string
     method path: string
-    method param: ?meth:meth -> string -> string
+    method param: ?meth:meth -> ?default:string -> string -> string
     method paramAll: ?meth:meth -> string -> string list
     method params: (string * string) list
     method params_GET: (string * string) list