urlcontent Struct Reference

Linked list of session variables encoded in an x-www-urlencoded content type. More...

#include <webcit.h>


Data Fields

urlcontentnext
char url_key [32]
char * url_data


Detailed Description

Linked list of session variables encoded in an x-www-urlencoded content type.

Definition at line 213 of file webcit.h.


Field Documentation

struct urlcontent* urlcontent::next [read]

the next variable in the list

Definition at line 214 of file webcit.h.

Referenced by addurls(), bstr(), dump_vars(), and upload_handler().

char urlcontent::url_key[32]

the variable name

Definition at line 215 of file webcit.h.

Referenced by addurls(), bstr(), dump_vars(), and upload_handler().

char* urlcontent::url_data

its value

Definition at line 216 of file webcit.h.

Referenced by addurls(), bstr(), dump_vars(), and upload_handler().


The documentation for this struct was generated from the following file:
Generated on Wed Jun 20 23:13:15 2007 for webcit by  doxygen 1.5.2