help wanted
仓库指标
- Star
- (21,741 star)
- PR 合并指标
- (平均合并 3天) (30 天内合并 44 个 PR)
描述
net/http expose RoundTrip so it can integrate with opentracing by overwrite the RoundTrip function. while fasthttp client don't implement such interface and do not provide middleware. The only way to integrate with opentracing is overwrite all method of fasthttp client, but it is not graceful.