Expose more of the HttpClientRequest to Interceptors
SentryMan opened this issue · 1 comments
SentryMan commented
We can easily modify an intercepted request, but not see into it that well. We should ideally be able to retrieve:
- HTTP Verb
- URI
- BodyContent (this should only be available if not streaming I guess)
- The Headers as a map
- Query Parameters as a map
SentryMan commented
I think we might be good with this