reqwest icon indicating copy to clipboard operation
reqwest copied to clipboard

Hope to support "Trace for various stages of http request"

Open vicanso opened this issue 9 months ago • 0 comments

I want to get all stages of http request, is there any way to get the informations?

Image

The following is the implementation of golang:

https://github.com/golang/go/blob/master/src/net/http/httptrace/trace.go#L80

vicanso avatar Mar 08 '25 03:03 vicanso