Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gin-gonic/gin
/ requestHeader
Method
requestHeader
context.go:1050–1052 ·
view source on GitHub ↗
(key string)
Source
from the content-addressed store, hash-verified
1048
}
1049
1050
func
(c *Context) requestHeader(key string) string {
1051
return
c.Request.Header.Get(key)
1052
}
1053
1054
/************************************/
1055
/******** RESPONSE RENDERING ********/
Callers
7
ClientIP
Method · 0.95
ContentType
Method · 0.95
IsWebsocket
Method · 0.95
GetHeader
Method · 0.95
NegotiateFormat
Method · 0.95
BasicAuthForRealm
Function · 0.80
BasicAuthForProxy
Function · 0.80
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected