Values.HTTPHeaderSourcePart of the response from GetSampledRequests. This is a complex type that appears as Headers in the response syntax. HTTPHeader contains the names and values of all of the headers that appear in one of the web requests.
type nonrec t = {name : HeaderName.t option;The name of the HTTP header.
*)value : HeaderValue.t option;The value of the HTTP header.
*)}