Module Netcgi_apache.Apache.Connection

module Connection: sig .. end

type t 

Apache conn_rec structure.

val remote_ip : t -> string

conn_rec remote_ip field.

val remote_host : t -> string

conn_rec remote_host field.