iPXE
|
An HTTP content encoding. More...
#include <http.h>
Data Fields | |
const char * | name |
Name. More... | |
int(* | supported )(struct http_transaction *http) |
Check if content encoding is supported for this request. More... | |
int(* | init )(struct http_transaction *http) |
Initialise content encoding. More... | |
const char* http_content_encoding::name |
Name.
Definition at line 486 of file http.h.
Referenced by http_format_accept_encoding(), http_parse_content_encoding(), and http_rx_headers().
int( * http_content_encoding::supported) (struct http_transaction *http) |
Check if content encoding is supported for this request.
http | HTTP transaction |
supported | Content encoding is supported for this request |
Definition at line 492 of file http.h.
Referenced by http_format_accept_encoding(), and http_parse_content_encoding().
int( * http_content_encoding::init) (struct http_transaction *http) |
Initialise content encoding.
http | HTTP transaction |
rc | Return status code |
Definition at line 498 of file http.h.
Referenced by http_rx_headers().