Skip to main content
Module

x/slack_bolt/deps.ts>Server

TypeScript framework to build Slack apps in a flash with the latest platform features. Deno port of @slack/bolt
Latest
class Server
implements AsyncIterable<ServerRequest>
import { Server } from "https://deno.land/x/slack_bolt@1.0.0/deps.ts";

Constructors

new
Server(listener: Deno.Listener)

Methods

private
acceptConnAndIterateHttpRequests(mux: MuxAsyncIterator<ServerRequest>): AsyncIterableIterator<ServerRequest>
private
iterateHttpRequests(conn: Deno.Conn): AsyncIterableIterator<ServerRequest>
private
trackConnection(conn: Deno.Conn): void
private
untrackConnection(conn: Deno.Conn): void
close(): void
[Symbol.asyncIterator](): AsyncIterableIterator<ServerRequest>