Module Values.CustomHTTPHeadersSource

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