Module Values.HeaderEnumSource

Sourcetype nonrec t =
  1. | Accept
  2. | Accept_Charset
  3. | Accept_Datetime
  4. | Accept_Encoding
  5. | Accept_Language
  6. | Authorization
  7. | CloudFront_Forwarded_Proto
  8. | CloudFront_Is_Desktop_Viewer
  9. | CloudFront_Is_Mobile_Viewer
  10. | CloudFront_Is_SmartTV_Viewer
  11. | CloudFront_Is_Tablet_Viewer
  12. | CloudFront_Viewer_Country
  13. | Host
  14. | Origin
  15. | Referer
  16. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t