Skip to main content
Module

x/slack_bolt/deps.ts>HTTPOptions

TypeScript framework to build Slack apps in a flash with the latest platform features. Deno port of @slack/bolt
Latest
type alias HTTPOptions
import { type HTTPOptions } from "https://deno.land/x/slack_bolt@1.0.0/deps.ts";

Options for creating an HTTP server.

definition: Omit<Deno.ListenOptions, "transport">