Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
func
(req *Request) httpServer() *HttpServer {
44
return
req.httpCtx.HttpServer()
45
}
46
47
func
(req *Request) httpApp() *DotWeb {
48
return
req.httpCtx.HttpServer().DotApp
Callers
nothing calls this directly
Calls
1
HttpServer
Method · 0.65
Tested by
no test coverage detected