MCPcopy Create free account
hub / github.com/apache/mesos / default_headers

Method default_headers

src/python/lib/mesos/http.py:128–134  ·  view source on GitHub ↗

Return a copy of the default headers. :rtype: dict[str, str]

(self)

Source from the content-addressed store, hash-verified

126 self._default_headers = deepcopy(default_headers)
127
128 def default_headers(self):
129 """
130 Return a copy of the default headers.
131
132 :rtype: dict[str, str]
133 """
134 return deepcopy(self._default_headers)
135
136 def subresource(self, subpath):
137 """

Callers 2

subresourceMethod · 0.95
_requestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected