header


Description:

public unowned string? header (string name, int offset)

Lookup a header by name.

Parameters:

this

a MimeParser

name

Name of header.

offset

Pointer that can receive the offset of the header in the stream from the start of parsing.

Returns:

The header value, or null if the header is not defined.