]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/http_request.ml
- added support for empty bindings like "a=" or simple "a" in query
[helm.git] / helm / DEVEL / ocaml-http / http_request.ml
index c95d198469a82485b1dd2b83cf5c8310cac2010e..c2d9728955a6a70adc7edb4f0b4d078ef4f6bc8f 100644 (file)
@@ -39,7 +39,7 @@ class request ~path ~params =
         Hashtbl.find params_tbl name
       with Not_found ->
         raise (Param_not_found name)
-    method param_all name = List.rev (Hashtbl.find_all params_tbl name)
+    method paramAll name = List.rev (Hashtbl.find_all params_tbl name)
     method params = params
   end