Module Values.HttpQueryParametersSource

Sourcetype nonrec t = HttpQueryParameter.t list
Sourceval make : 'a list -> 'a list
Sourceval of_string : 'a -> 'b
Sourceval to_value : HttpQueryParameter.t list -> [> `List of [> `Structure of (string * [> `String of QueryParameterName.t | `Structure of (string * [> `String of String_.t ]) list ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_json : [> Yojson.Safe.t ] -> HttpQueryParameter.t list