MCPcopy
hub / github.com/danielgtaylor/huma / Query

Method Query

api.go:94–94  ·  view source on GitHub ↗

Query returns the value for the given query parameter.

(name string)

Source from the content-addressed store, hash-verified

92
93 // Query returns the value for the given query parameter.
94 Query(name string) string
95
96 // Header returns the value for the given header.
97 Header(name string) string

Callers 13

RegisterFunction · 0.65
getParamValueFunction · 0.65
parseIntoFunction · 0.65
QueryMethod · 0.65
QueryMethod · 0.65
TestHumaFiberV2Function · 0.65
TestHumaFiberFunction · 0.65
BenchmarkRawBunRouterFunction · 0.65
QueryMethod · 0.65
BenchmarkRawGoFunction · 0.65
BenchmarkRawChiFunction · 0.65

Implementers 11

fiberV2Wrapperadapters/humafiber/humafiber_v2.go
fiberWrapperadapters/humafiber/humafiber.go
bunContextadapters/humabunrouter/humabunrouter.g
bunCompatContextadapters/humabunrouter/humabunrouter.g
goContextadapters/humaflow/humaflow.go
gmuxContextadapters/humamux/humamux.go
ginCtxadapters/humagin/humagin.go
echoCtxadapters/humaecho/humaecho.go
httprouterContextadapters/humahttprouter/humahttprouter
goContextadapters/humago/humago.go
chiContextadapters/humachi/humachi.go

Calls

no outgoing calls

Tested by 7

TestHumaFiberV2Function · 0.52
TestHumaFiberFunction · 0.52
BenchmarkRawBunRouterFunction · 0.52
BenchmarkRawGoFunction · 0.52
BenchmarkRawChiFunction · 0.52
BenchmarkRawChiFastFunction · 0.52