Documentation ¶
Index ¶
Constants ¶
View Source
const ( // RequestTimeout until the request has to be finished RequestTimeout = 60 * time.Second )
Variables ¶
This section is empty.
Functions ¶
func BBBRequestMiddleware ¶
func BBBRequestMiddleware( mountPoint string, ctrl *cluster.Controller, gateway *cluster.Gateway, ) echo.MiddlewareFunc
BBBRequestMiddleware decodes the incoming HTTP request into a BBB request and passes it to the API gateway. All requests starting with the mountpoint prefix are treated as BBB requests.
An error will be returned when A request can not be decoded.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server provides the http server for the application.
func (*Server) StartCleartextHTTP2 ¶
StartCleartextHTTP2 starts a HTTP2 interface without any TLS encryption.
Click to show internal directories.
Click to hide internal directories.