Home | History | Annotate | Download | only in paste

Lines Matching refs:mimetype

769     # common mimetype constants
854 (result, mimetype) = self._compose(**kwargs)
860 mimetype = CONTENT_TYPE(collection)
861 if filename and (not mimetype or CONTENT_TYPE.UNKNOWN == mimetype):
862 mimetype, _ = mimetypes.guess_type(filename)
863 if mimetype and CONTENT_TYPE.UNKNOWN != mimetype:
864 CONTENT_TYPE.update(collection, mimetype)
866 return mimetype
901 ranges) the result should be sent as multipart/byteranges mimetype.