MCPcopy
hub / github.com/openai/openai-go / HTTPDoer

Interface HTTPDoer

auth/types.go:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type HTTPDoer interface {
9 Do(*http.Request) (*http.Response, error)
10}
11
12type SubjectTokenType string
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…