Home | History | Annotate | Download | only in Lib

Lines Matching defs:disposition

283         line = headers['content-disposition']
347 disposition = None
391 disposition: content-disposition, or None if not specified
503 # Process content-disposition header
505 if 'content-disposition' in self.headers:
506 cdisp, pdict = parse_header(self.headers['content-disposition'])
507 self.disposition = cdisp