Lines Matching refs:field
356 Content-Type field. Anything else will generate a TypeError.
416 the values matching a header field name.
423 Note: this does not overwrite an existing header with the same field
454 for field, value in self._headers:
455 yield field
458 """Return a list of all the message's header field names.
492 Like __getitem__() but return failobj instead of None when the field
525 """Return a list of all the values for the named field.
545 name is the header field to add. keyword arguments can be used to set
546 additional parameters for the header field, with underscores converted