|
iPXE
|
MIME headers. More...
#include <mime.h>
Data Fields | |
| const char * | encoding |
| Content transfer encoding (not NUL-terminated). | |
| const char * | type |
| Content type (not NUL-terminated). | |
| struct mime_attribute | boundary |
| Boundary separator. | |
| size_t | len |
| Length of headers (including empty line separator). | |
| const char* mime_headers::encoding |
| const char* mime_headers::type |
Content type (not NUL-terminated).
Definition at line 28 of file mime.h.
Referenced by mime_extract_part().
| struct mime_attribute mime_headers::boundary |
| size_t mime_headers::len |