class

Athena::MIME::Header::Unstructured

Inherits Athena::MIME::Header::Abstract < Athena::MIME::Header::Interface < Reference < Object

Represents a simple MIME Header (key/value).

Constructors

new(name : String, value : String)
Source

Instance methods

body

Returns the body of this header.

Source
body=(body : String)

Sets the body of this header.

Source