iPXE
Data Fields
http_response_content Struct Reference

HTTP response content descriptor. More...

#include <http.h>

Data Fields

size_t len
 Content length (may be zero) More...
 
struct http_content_encodingencoding
 Content encoding. More...
 

Detailed Description

HTTP response content descriptor.

Definition at line 261 of file http.h.

Field Documentation

◆ len

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().

◆ encoding

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().


The documentation for this struct was generated from the following file: