Versions in this module Expand all Collapse all v0 v0.6.0 Jun 14, 2024 Changes in this version + func NewHTTPServer(routers []Router, options options.Options) *server + func ServeRequest(req InboundRequest) + type InboundRequest struct + EndpointLogic func() (interface{}, error) + R *http.Request + ReqBody interface{} + StatusCode int + W http.ResponseWriter + type Router interface + Register func(httpRouter chi.Router)