Q_ENTRY* qCgiRequestParseCookies ( Q_ENTRY request  ) 

Parse cookies into name and value fairs then store into the Q_ENTRY structure.

Parameters:
request if request is a NULL pointer, the function allocates, initializes, and returns a new object. otherwise cookie value will be appended at Q_ENTRY* handle.
Returns:
Q_ENTRY* handle if successful, NULL if there was insufficient memory to allocate a new object.
   Q_ENTRY *cookies = qCgiRequestParseCookies(NULL);
   printf("%s\n", qEntryGetStr(cookies, "name"));

Definition at line 324 of file qCgiRequest.c.


Generated on Mon Mar 26 07:00:51 2018 for JSOC_Documentation by  doxygen 1.5.7.1