|
iPXE
|
An HTTP content encoding. More...
#include <http.h>
Data Fields | |
| const char * | name |
| Name. | |
| int(* | supported )(struct http_transaction *http) |
| Check if content encoding is supported for this request. | |
| int(* | init )(struct http_transaction *http) |
| Initialise content encoding. | |
| const char* http_content_encoding::name |
Name.
Definition at line 489 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 495 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 501 of file http.h.
Referenced by http_rx_headers().