Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/slackapi/python-slack-sdk
/ set_common_headers
Method
set_common_headers
tests/rtm/mock_web_api_server.py:25–28 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
23
)
24
25
def
set_common_headers(self):
26
self.send_header(
"content-type"
,
"application/json;charset=utf-8"
)
27
self.send_header(
"connection"
,
"close"
)
28
self.end_headers()
29
30
rtm_start_success = {
31
"ok"
: True,
Callers
1
_handle
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected