iPXE
|
HTTP response content descriptor. More...
#include <http.h>
Data Fields | |
size_t | len |
Content length (may be zero) More... | |
struct http_content_encoding * | encoding |
Content encoding. More... | |
size_t http_response_content::len |
Content length (may be zero)
Definition at line 263 of file http.h.
Referenced by http_init_transfer_identity(), http_parse_content_length(), http_rx_headers(), and http_rx_transfer_identity().
struct http_content_encoding* http_response_content::encoding |
Content encoding.
Definition at line 265 of file http.h.
Referenced by http_parse_content_encoding(), and http_rx_headers().