Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

http_response Struct Reference

Response generated by CGI, blocker, or error handler. More...


Data Fields

char * status
list headers [1]
char * head
size_t head_length
char * body
size_t content_length
int is_static


Detailed Description

Response generated by CGI, blocker, or error handler.


Field Documentation

char* http_response::body
 

HTTP document body.

size_t http_response::content_length
 

Length of body, REQUIRED if binary body.

char* http_response::head
 

Formatted http response head.

size_t http_response::head_length
 

Length of http response head.

struct list http_response::headers[1]
 

List of header lines.

int http_response::is_static
 

Nonzero if the content will never change and should be cached by the browser (e.g.

images).

char* http_response::status
 

HTTP status (string).


The documentation for this struct was generated from the following file:
Generated on Tue Jun 4 18:54:49 2002 for Privoxy 3.1.1 by doxygen1.2.15