MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / getheader

Method getheader

Lib/rfc822.py:285–292  ·  view source on GitHub ↗

Get the header value for a name. This is the normal interface: it returns a stripped version of the header value for a given header name, or None if it doesn't exist. This uses the dictionary version which finds the *last* such header.

(self, name, default=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 12

__init__Method · 0.95
process_messageMethod · 0.95
__init__Method · 0.95
parse_multipartFunction · 0.95
messageFunction · 0.95
_check1versionFunction · 0.95
single_requestMethod · 0.45
parse_responseMethod · 0.45
run_cgiMethod · 0.45
rfc822.pyFile · 0.45
get_environMethod · 0.45
is_warningMethod · 0.45

Calls 2

getMethod · 0.45
lowerMethod · 0.45

Tested by

no test coverage detected