#include <webcit.h>
Data Fields | |
httprequest * | next |
char | line [SIZ] |
Definition at line 205 of file webcit.h.
struct httprequest* httprequest::next [read] |
the next request in the list
Definition at line 206 of file webcit.h.
Referenced by context_loop(), and session_loop().
char httprequest::line[SIZ] |
the request line
Definition at line 207 of file webcit.h.
Referenced by context_loop(), and session_loop().