MCPcopy Create free account
hub / github.com/SMNETSTUDIO/Groq2API / NewBasicClient

Function NewBasicClient

pkg/cuhttp/http.go:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12}
13
14func NewBasicClient() *BasicClient {
15 return &BasicClient{
16 client: &http.Client{},
17 }
18}
19
20func handlerHeaders(req *http.Request, headers groq.Headers) {
21 if headers == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected