HttpGetCookies


const char *HttpGetCookies ( HttpConnection hConn )




 
Gets all cookies of the current request as string.

 
hConn pointer to the connection data
 
 

Returns a pointer to all cookies.

 

i.e.:     "cookie1=abc; nextcookie=1234; mycookie="hello http"; last=2333;"
 

 

see also:

AzHttp Overview | HttpAddCookie | HttpGetCookie | HttpGetCookieValue