http_header_handler Struct Reference

An HTTP header handler. More...


Data Fields

const char * header
 Name (e.g.
int(* rx )(struct http_request *http, const char *value)
 Handle received header.


Detailed Description

An HTTP header handler.

Definition at line 235 of file http.c.


Field Documentation

Name (e.g.

"Content-Length")

Definition at line 237 of file http.c.

Referenced by http_rx_header().

int( * http_header_handler::rx)(struct http_request *http, const char *value)

Handle received header.

Parameters:
http HTTP request
value HTTP header value
Return values:
rc Return status code
If an error is returned, the download will be aborted.

Referenced by http_rx_header().


The documentation for this struct was generated from the following file:

Generated on Tue Apr 6 20:02:05 2010 for gPXE by  doxygen 1.5.7.1