MCPcopy Create free account
hub / github.com/comaps/comaps / headers

Method headers

tools/python/test_server/server/ResponseProvider.py:39–44  ·  view source on GitHub ↗

The headers to be sent to the client. Please, note, that these do not include the Content-Length header, which you need to send separately.

(self)

Source from the content-addressed store, hash-verified

37
38
39 def headers(self):
40 """
41 The headers to be sent to the client. Please, note, that these do not include
42 the Content-Length header, which you need to send separately.
43 """
44 return self.__headers
45
46
47 def __repr__(self):

Callers 2

dispatch_responseMethod · 0.80
dispatch_responseMethod · 0.80

Calls

no outgoing calls

Tested by 1

dispatch_responseMethod · 0.64