class MIME::Type::InvalidContentType

Overview

Reflects a MIME content-type specification that is not correctly formatted (it isn't +type+/+subtype+).

Defined in:

mime/type/invalid_content_type.cr

Constructors

Constructor Detail

def self.new(content_type : String) #

[View source]