### Question <!-- Ask your question or describe the issue you're facing. Be as clear and concise as possible. --> https://github.com/trpc-group/trpc-go/blob/5b4a16789f89963d34acd760ac4dd54f7a66bc50/http/transport.go#L293 这里写着对外暴露stdhttp.Client,以便用户自定义设置,但是并没有地方可以修改stdhttp.Client,想加一个CookieJar也没办法加了
Question
trpc-go/http/transport.go
Line 293 in 5b4a167
这里写着对外暴露stdhttp.Client,以便用户自定义设置,但是并没有地方可以修改stdhttp.Client,想加一个CookieJar也没办法加了