iPXE
mime_header Struct Reference

A recognised MIME header. More...

#include <mime.h>

Data Fields

const char * name
 Name (including terminating colon).
void(* parse )(struct image *image, const char *value, const char *eol, struct mime_headers *headers)
 Parse header value.

Detailed Description

A recognised MIME header.

Definition at line 36 of file mime.h.

Field Documentation

◆ name

const char* mime_header::name

Name (including terminating colon).

Definition at line 38 of file mime.h.

◆ parse

void(* mime_header::parse) (struct image *image, const char *value, const char *eol, struct mime_headers *headers)

Parse header value.

Parameters
imageMIME image
valueHeader value
eolEnd of header line
headersMIME headers to update

Definition at line 47 of file mime.h.


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