Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/aibridge
/ AuthHeader
Method
AuthHeader
provider/openai.go:166–168 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
164
}
165
166
func
(*OpenAI) AuthHeader() string {
167
return
"Authorization"
168
}
169
170
func
(p *OpenAI) InjectAuthHeader(headers *http.Header) {
171
if
headers == nil {
Callers
2
CreateInterceptor
Method · 0.95
InjectAuthHeader
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected