MCPcopy Create free account
hub / github.com/basecamp/hey-cli / Authenticate

Method Authenticate

internal/cmd/sdk.go:31–33  ·  view source on GitHub ↗
(ctx context.Context, req *http.Request)

Source from the content-addressed store, hash-verified

29}
30
31func (a *cliAuthStrategy) Authenticate(ctx context.Context, req *http.Request) error {
32 return a.mgr.AuthenticateRequest(ctx, req)
33}
34
35// statsHooks implements hey.Hooks for --stats tracking.
36type statsHooks struct {

Callers

nothing calls this directly

Calls 1

AuthenticateRequestMethod · 0.80

Tested by

no test coverage detected