Module Values.CookieNamesSource

Contains a list of cookie names.

Sourcetype nonrec t = {
  1. quantity : Integer.t;
    (*

    The number of cookie names in the Items list.

    *)
  2. items : CookieNameList.t option;
    (*

    A list of cookie names.

    *)
}
Sourceval context_ : string
Sourceval make : ?items:??? -> quantity:Integer.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t | `List of [> `String of String_.t ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t