MCPcopy Index your code
hub / github.com/dataforseo/PythonClient / getheaders

Method getheaders

dataforseo_client/rest.py:37–39  ·  view source on GitHub ↗

Returns a dictionary of the response headers.

(self)

Source from the content-addressed store, hash-verified

35 return self.data
36
37 def getheaders(self):
38 """Returns a dictionary of the response headers."""
39 return self.response.headers
40
41 def getheader(self, name, default=None):
42 """Returns a given response header."""

Callers 2

__init__Method · 0.80
response_deserializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected