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

Struct chiContext

adapters/humachi/humachi.go:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37type chiContext struct {
38 op *huma.Operation
39 r *http.Request
40 w http.ResponseWriter
41 status int
42}
43
44// check that chiContext implements huma.Context
45var _ huma.Context = &chiContext{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected