iPXE
|
HTTP request content descriptor. More...
#include <http.h>
Data Fields | |
const char * | type |
Content type (if any) More... | |
const void * | data |
Content data (if any) More... | |
size_t | len |
Content length. More... | |
const char* http_request_content::type |
Content type (if any)
Definition at line 145 of file http.h.
Referenced by http_format_content_type(), http_open(), and http_open_uri().
const void* http_request_content::data |
Content data (if any)
Definition at line 147 of file http.h.
Referenced by http_open(), http_open_uri(), http_tx_request(), and peerblk_retrieval_open().
size_t http_request_content::len |
Content length.
Definition at line 149 of file http.h.
Referenced by http_format_content_length(), http_open(), http_open_uri(), http_tx_request(), and peerblk_retrieval_open().