Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DebugSkipper ¶
func DebugSkipper(_ echo.Context) bool
DebugSkipper is the skipper used in debug mode, we log everything.
func DefaultSkipper ¶
func DefaultSkipper(c echo.Context) bool
DefaultSkipper is what we use as a default. Some endpoints are excluded from the logs to avoid flooding the logs and because they are not bringing a lot of value.
func VersionHeader ¶ added in v1.30.0
VersionHeader is a middleware that adds the version of the relayproxy in the header
func WebsocketAuthorizer ¶ added in v1.12.0
WebsocketAuthorizer is a middleware that checks in the params if we have the needed parameter for authorization
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.