|
iPXE
|
An HTTP transfer encoding. More...
#include <http.h>
Data Fields | |
| const char * | name |
| Name. More... | |
| int(* | init )(struct http_transaction *http) |
| Initialise transfer encoding. More... | |
| struct http_state | state |
| Receive data state. More... | |
| const char* http_transfer_encoding::name |
Name.
Definition at line 460 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 466 of file http.h.
Referenced by http_rx_headers().
| struct http_state http_transfer_encoding::state |
1.8.15