http

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 10, 2026 License: MIT Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildMux

func BuildMux(state *common.State) *http.ServeMux

BuildMux creates a new ServeMux configured for the bot's per-user token mode. It registers the webhook handler, user auth routes, status root handler, and health/readiness endpoints.

Types

type Server

type Server struct {
	*http.Server
	*common.State
}

func NewServer

func NewServer(state *common.State) *Server

NewServer returns a new Server with a standard ServeMux configured for per-user token mode.

func (*Server) Start

func (s *Server) Start() error

Start starts the HTTP server.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL