werkzeug.CommonRequestDescriptorsMixin.mimetype_params

CommonRequestDescriptorsMixin.mimetype_params

The mimetype parameters as dict. For example if the content type is text/html; charset=utf-8 the params would be {'charset': 'utf-8'}.