Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/danielgtaylor/huma
/ Query
Method
Query
adapters/humago/humago.go:79–81 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
77
}
78
79
func
(c *goContext) Query(name string) string {
80
return
queryparam.Get(c.r.URL.RawQuery, name)
81
}
82
83
func
(c *goContext) Header(name string) string {
84
return
c.r.Header.Get(name)
Callers
nothing calls this directly
Calls
1
Get
Function · 0.92
Tested by
no test coverage detected