Base type of all headers that provides common utilities and abstractions.
Instance methods
body
Returns the body of this header.
Sourcebody=(body : T)
Sets the body of this header.
Sourcecharset
Sets the character set used in this header.
Defaults to UTF-8.
SourceSets the character set used in this header.
Defaults to UTF-8.
Sourceclone
Returns a copy of self with all instance variables cloned.
Sourcelang
Sets the language used in this header.
E.g. en-us.
SourceSets the language used in this header.
E.g. en-us.
Sourcemax_line_length
Controls how long each header line may be before needing wrapped.
Defaults to 76.
Sourcemax_line_length=(max_line_length :
Int32)
Controls how long each header line may be before needing wrapped.
Defaults to 76.
Sourcename
Returns the name of the header.
Source