MCPcopy Index your code
hub / github.com/kubernetes-client/python / getheader

Method getheader

kubernetes/client/rest.py:45–47  ·  view source on GitHub ↗

Returns a given response header.

(self, name, default=None)

Source from the content-addressed store, hash-verified

43 return self.urllib3_response.getheaders()
44
45 def getheader(self, name, default=None):
46 """Returns a given response header."""
47 return self.urllib3_response.getheader(name, default)
48
49
50class RESTClientObject(object):

Callers 2

__call_apiMethod · 0.45
__deserialize_fileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected