class HTTP::ContentType
def initialize(mime_type = nil, charset = nil)
def initialize(mime_type = nil, charset = nil) @mime_type = mime_type @charset = charset end
def initialize(mime_type = nil, charset = nil) @mime_type = mime_type @charset = charset end