Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding wrapper for HttpClientHandler #5

Merged
merged 4 commits into from
Mar 12, 2018

Conversation

ljacobsson
Copy link
Contributor

This is referring to feature request #4

This provides tracing capabilities to HttpClient by passing in a custom HttpClientHandler. As part of this I pulled out the actual request/response processing into a utility class RequestUtil.

I placed this wrapper in project Amazon.XRay.Recorder.Handlers.System.Net although HttpClient is actually in the System.Net.Http namespace. I think it makes sense for it to live in the same project as HttpWebRequestTracingExtension, but please let me know if I should change the namespace to Amazon.XRay.Recorder.Handlers.System.Net.Http

@yogiraj07
Copy link
Contributor

Hi @ljacobsson,
Thank you for submitting pull requests. We would review it soon and also explore other options, if any for HttpClient.

Thanks,
Yogi

@yogiraj07 yogiraj07 merged commit 163d7c2 into aws:master Mar 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants