Home | History | Annotate | Download | only in python2.7

Lines Matching refs:mtype

480         mtype = mimetypes.guess_type(url)[0]
483 (mtype or 'text/plain', size, modified)))
553 mtype = mimetypes.guess_type("ftp:" + url)[0]
555 if mtype:
556 headers += "Content-Type: %s\n" % mtype