MCPcopy Index your code
hub / github.com/slackapi/python-slack-sdk / WebhookResponse

Class WebhookResponse

slack/webhook/webhook_response.py:1–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class WebhookResponse:
2 def __init__(
3 self,
4 *,
5 url: str,
6 status_code: int,
7 body: str,
8 headers: dict,
9 ):
10 self.api_url = url
11 self.status_code = status_code
12 self.body = body
13 self.headers = headers

Callers 2

_perform_http_requestMethod · 0.70
_perform_http_requestMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected