tcnksm / go-httpstat

Tracing golang HTTP request latency
MIT License
421 stars 72 forks source link

Not possible to access contentTransfer or total #28

Open mitar opened 2 years ago

mitar commented 2 years ago

So after calling End it would be great if I could access contentTransfer duration on the result object. And particular reason why contentTransfer and total are private?

mitar commented 2 years ago

I see that https://github.com/digitaljanitors/go-httpstat fork has fixed this issue. I suggest merging changes from there into this package.