Open mitar opened 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?
End
contentTransfer
total
I see that https://github.com/digitaljanitors/go-httpstat fork has fixed this issue. I suggest merging changes from there into this package.
So after calling
End
it would be great if I could accesscontentTransfer
duration on the result object. And particular reason whycontentTransfer
andtotal
are private?