Module slack_bolt.request

Incoming request from Slack through either HTTP request or Socket Mode connection.

Refer to https://api.slack.com/apis/connections for the two types of connections. This interface encapsulates the difference between the two.

Expand source code
"""Incoming request from Slack through either HTTP request or Socket Mode connection.

Refer to https://api.slack.com/apis/connections for the two types of connections.
This interface encapsulates the difference between the two.
"""
# Don't add async module imports here
from .request import BoltRequest

Sub-modules

slack_bolt.request.async_internals
slack_bolt.request.async_request
slack_bolt.request.internals
slack_bolt.request.payload_utils
slack_bolt.request.request