MCPcopy Index your code
hub / github.com/kataras/iris / Key

Method Key

context/problem.go:119–122  ·  view source on GitHub ↗

Key sets a custom key-value pair.

(key string, value interface{})

Source from the content-addressed store, hash-verified

117
118// Key sets a custom key-value pair.
119func (p Problem) Key(key string, value interface{}) Problem {
120 p[key] = value
121 return p
122}
123
124// Type URI SHOULD resolve to HTML [W3C.REC-html5-20141028]
125// documentation that explains how to resolve the problem.

Callers 14

TempKeyMethod · 0.95
TypeMethod · 0.95
TitleMethod · 0.95
StatusMethod · 0.95
DetailMethod · 0.95
DetailErrMethod · 0.95
InstanceMethod · 0.95
CauseMethod · 0.95
VisitMethod · 0.80
LenMethod · 0.80
ClearMethod · 0.80
postUserFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected