MCPcopy Create free account
hub / github.com/devfeel/dotweb / httpServer

Method httpServer

request.go:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43func (req *Request) httpServer() *HttpServer {
44 return req.httpCtx.HttpServer()
45}
46
47func (req *Request) httpApp() *DotWeb {
48 return req.httpCtx.HttpServer().DotApp

Callers

nothing calls this directly

Calls 1

HttpServerMethod · 0.65

Tested by

no test coverage detected