Values.HttpSourceInformation about an HTTP request.
type nonrec t = {httpURL : String_.t option;The request URL.
*)httpStatus : NullableInteger.t option;The response status.
*)httpMethod : String_.t option;The request method.
*)userAgent : String_.t option;The request's user agent string.
*)clientIp : String_.t option;The IP address of the requestor.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of NullableInteger.t | `String of String_.t ])
list ]