httprequest Struct Reference

Linked list of lines appearing in an HTTP client request. More...

#include <webcit.h>


Data Fields

httprequestnext
char line [SIZ]


Detailed Description

Linked list of lines appearing in an HTTP client request.

Definition at line 205 of file webcit.h.


Field Documentation

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().


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