iPXE
Data Fields
http_request_content Struct Reference

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

Detailed Description

HTTP request content descriptor.

Definition at line 143 of file http.h.

Field Documentation

◆ type

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

◆ data

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

◆ len

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


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