class HTTP::ContentType

def parse(str)

Parse string and return ContentType struct
def parse(str)
  new mime_type(str), charset(str)
end