Module Values.SampledHTTPRequestsSource

Sourcetype nonrec t = SampledHTTPRequest.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : SampledHTTPRequest.t list -> [> `List of [> `Structure of (string * [> `Integer of ResponseStatusCode.t | `List of [> `Structure of (string * [> `String of HeaderName.t ]) list ] list | `Long of SampleWeight.t | `String of Action.t | `Structure of (string * [> `Enum of string | `Integer of ResponseCode.t | `List of [> `Structure of (string * [> `String of HeaderName.t ]) list ] list | `Long of SolveTimestamp.t | `String of IPString.t ]) list | `Timestamp of Timestamp.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_json : [> Yojson.Safe.t ] -> SampledHTTPRequest.t list