Rationale
Follow the Go network library design practice, add one more TalkReq function with context arg is more useful for some use-cases which wanna to return immediately without waiting the response anymore by some condition.
For example: https://pkg.go.dev/net/http#NewRequestWithContext
Implementation
We already added in our fork and would like to submit to the upstream.