Documentation ¶ Index ¶ func RunHttpServer(ctx context.Context, log *slog.Logger, listenAddress string, port int, ...) error func RunSocketHttpServer(ctx context.Context, log *slog.Logger, socketPath string, h http.Handler, ...) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func RunHttpServer ¶ func RunHttpServer(ctx context.Context, log *slog.Logger, listenAddress string, port int, h http.Handler, shutdownTimeout time.Duration) error func RunSocketHttpServer ¶ func RunSocketHttpServer(ctx context.Context, log *slog.Logger, socketPath string, h http.Handler, shutdownTimeout time.Duration) error Types ¶ This section is empty. Source Files ¶ View all Source files httpd.go Click to show internal directories. Click to hide internal directories.