class Athena::MIME::Header::Unstructured inherits Athena::MIME::Header::Abstract # Represents a simple MIME Header (key/value). Direct known subclasses Athena::MIME::Header::Parameterized Constructors# .new(name : String, value : String)# Methods# #body : String# Returns the body of this header. #body=(body : String)# Sets the body of this header.