Versions in this module Expand all Collapse all v6 v6.9.3 Mar 25, 2026 Changes in this version + type Context struct + Auth *cliproxyauth.Auth + HTTPClient *http.Client + Options cliproxyexecutor.Options + Request cliproxyexecutor.Request + Translator *sdktranslator.Pipeline + type Hook interface + AfterExecute func(ctx context.Context, execCtx *Context, resp cliproxyexecutor.Response, ...) + BeforeExecute func(ctx context.Context, execCtx *Context) + OnStreamChunk func(ctx context.Context, execCtx *Context, chunk cliproxyexecutor.StreamChunk) + type HookFunc struct + After func(context.Context, *Context, cliproxyexecutor.Response, error) + Before func(context.Context, *Context) + Stream func(context.Context, *Context, cliproxyexecutor.StreamChunk) + func (h HookFunc) AfterExecute(ctx context.Context, execCtx *Context, resp cliproxyexecutor.Response, ...) + func (h HookFunc) BeforeExecute(ctx context.Context, execCtx *Context) + func (h HookFunc) OnStreamChunk(ctx context.Context, execCtx *Context, chunk cliproxyexecutor.StreamChunk) + type RoundTripperProvider interface + RoundTripperFor func(auth *cliproxyauth.Auth) http.RoundTripper v6.9.2-rc1 Mar 25, 2026