get(name, failobj=None)
Return the value of the named header field. This is identical to __getitem__()
except that optional failobj is returned if the named header is missing (defaults to None
).
get(name, failobj=None)
Return the value of the named header field. This is identical to __getitem__()
except that optional failobj is returned if the named header is missing (defaults to None
).
Please login to continue.