MCPcopy 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
166func (*OpenAI) AuthHeader() string {
167 return "Authorization"
168}
169
170func (p *OpenAI) InjectAuthHeader(headers *http.Header) {
171 if headers == nil {

Callers 2

CreateInterceptorMethod · 0.95
InjectAuthHeaderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected