List of functions and data types in HTTP
Pair<String, String> cookieHeader([Pair<String, String> ] cookies)
Arguments
cookies: A list of pairs (in name,value order) of the cookies to send to the server with this request
Usage
Generates a HTTP header for sending cookies.
Related