Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ByteStorage/FlyDB
/ NewHttpHandler
Function
NewHttpHandler
protocol/http/http_server.go:14–16 ·
view source on GitHub ↗
(DB *engine.DB)
Source
from the content-addressed store, hash-verified
12
}
13
14
func
NewHttpHandler(DB *engine.DB) *HttpHandler {
15
return
&HttpHandler{DB: DB}
16
}
17
18
// PutHandler 支持http进行Put
19
func
(hs *HttpHandler) PutHandler(w http.ResponseWriter, r *http.Request) {
Callers
1
newHttpHandler
Function · 0.85
Calls
no outgoing calls
Tested by
1
newHttpHandler
Function · 0.68