reqwest
reqwest copied to clipboard
Hope to support "Trace for various stages of http request"
I want to get all stages of http request, is there any way to get the informations?
The following is the implementation of golang:
https://github.com/golang/go/blob/master/src/net/http/httptrace/trace.go#L80