|
iPXE
|
An HTTP transfer encoding. More...
#include <http.h>
Data Fields | |
| const char * | name |
| Name. | |
| int(* | init )(struct http_transaction *http) |
| Initialise transfer encoding. | |
| struct http_state | state |
| Receive data state. | |
| const char* http_transfer_encoding::name |
Name.
Definition at line 461 of file http.h.
Referenced by http_parse_transfer_encoding(), and http_rx_headers().
| int(* http_transfer_encoding::init) (struct http_transaction *http) |
Initialise transfer encoding.
| http | HTTP transaction |
| rc | Return status code |
Definition at line 467 of file http.h.
Referenced by http_rx_headers().
| struct http_state http_transfer_encoding::state |