MCPcopy Create free account
hub / github.com/slackapi/python-slack-sdk / WebhookResponse

Class WebhookResponse

slack_sdk/webhook/webhook_response.py:4–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3
4class WebhookResponse:
5 def __init__(
6 self,
7 *,
8 url: str,
9 status_code: int,
10 body: str,
11 headers: Dict[str, Any],
12 ):
13 self.api_url = url
14 self.status_code = status_code
15 self.body = body
16 self.headers = headers

Callers 3

_perform_http_requestMethod · 0.70
_perform_http_requestMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected