]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/http_types.ml
- added methods to retrieve client IP address related info
[helm.git] / helm / DEVEL / ocaml-http / http_types.ml
index ebbcbcc3519b6ef746f2e3580ad275fe1744f7af..fa09a3d5c72023d428f19b09b07bf6c410fa5a0a 100644 (file)
@@ -179,6 +179,9 @@ class type request =
     method param: string -> string
     method paramAll: string -> string list
     method params: (string * string) list
+    method clientSockaddr: Unix.sockaddr
+    method clientAddr: string
+    method clientPort: int
   end
 class type connection =
   object