Module Values.HttpRouteHeadersSource

Sourcetype nonrec t = HttpRouteHeader.t list
Sourceval make : 'a list -> 'a list
Sourceval of_string : 'a -> 'b
Sourceval to_value : HttpRouteHeader.t list -> [> `List of [> `Structure of (string * [> `Boolean of Boolean.t | `String of HeaderName.t | `Structure of (string * [> `String of HeaderMatch.t | `Structure of (string * [> `Long of Long.t ]) list ]) list ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> HttpRouteHeader.t list
Sourceval of_json : [> Yojson.Safe.t ] -> HttpRouteHeader.t list