Documentation
¶
Index ¶
- Constants
- Variables
- func Home(ctx *context.Context)
- func HomeSitemap(ctx *context.Context)
- func Metrics(resp http.ResponseWriter, req *http.Request)
- func NodeInfoLinks(ctx *context.Context)
- func NotFound(ctx *context.Context)
- func Routes() *web.Router
- func SwaggerV1Json(ctx *context.Context)
- func WebfingerQuery(ctx *context.Context)
- type AuthMiddleware
Constants ¶
View Source
const RouterMockPointBeforeWebRoutes = "before-web-routes"
Variables ¶
View Source
var GzipMinSize = 1400 // min size to compress for the body size of response
Functions ¶
func HomeSitemap ¶ added in v1.17.4
HomeSitemap renders the main sitemap
func Metrics ¶
func Metrics(resp http.ResponseWriter, req *http.Request)
Metrics validate auth token and render prometheus metrics
func NodeInfoLinks ¶ added in v1.16.0
NodeInfoLinks returns links to the node info endpoint
func WebfingerQuery ¶ added in v1.17.0
WebfingerQuery returns information about a resource https://datatracker.ietf.org/doc/html/rfc7565
Types ¶
type AuthMiddleware ¶ added in v1.26.0
type AuthMiddleware struct {
AllowOAuth2 web.PreMiddlewareProvider
AllowBasic web.PreMiddlewareProvider
MiddlewareHandler func(*context.Context)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.