iPXE
mime_headers Struct Reference

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

Detailed Description

MIME headers.

Definition at line 24 of file mime.h.

Field Documentation

◆ encoding

const char* mime_headers::encoding

Content transfer encoding (not NUL-terminated).

Definition at line 26 of file mime.h.

◆ type

const char* mime_headers::type

Content type (not NUL-terminated).

Definition at line 28 of file mime.h.

Referenced by mime_extract_part().

◆ boundary

struct mime_attribute mime_headers::boundary

Boundary separator.

Definition at line 30 of file mime.h.

Referenced by mime_extract_part().

◆ len

size_t mime_headers::len

Length of headers (including empty line separator).

Definition at line 32 of file mime.h.


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