Versions in this module Expand all Collapse all v0 v0.0.2 May 9, 2026 Changes in this version + func Handler[Req any, Resp any](h func(context.Context, *Req) (*Resp, error)) weedhttp.HandlerFunc + type ContractError interface + StatusCode func() int + func NewError(status int, message string) ContractError + type RouteMeta = meta.RouteMeta + func Mount(router *weedhttp.RouterGroup, name string, service any, ...) ([]RouteMeta, error)