We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've not looked at it very deeply, but it would be good if the library could support (optionally) ModernHttpClient: https://github.com/paulcbetts/ModernHttpClient
Given it uses the optimal native implementations for Android and iOS.
The text was updated successfully, but these errors were encountered:
Hi, I've added this feature request to our backlog and will update you when we implement it. In the meanwhile, if you want to try ModernHttpClient, you can easily modify the code to use ModernHttpClient. ModernHttpClient is implemented as a custom HttpClient handler, so you can use it instead of the default HttpClientHandler here - https://github.com/aws/aws-sdk-net/blob/master/sdk/src/Core/Amazon.Runtime/Pipeline/HttpHandler/_mobile/HttpRequestMessageFactory.cs#L340 .
var httpClient = new HttpClient(new NativeMessageHandler());
You can additionally set configuration options which ModernHttpClient supports similar to this code - https://github.com/aws/aws-sdk-net/blob/master/sdk/src/Core/Amazon.Runtime/Pipeline/HttpHandler/_mobile/HttpRequestMessageFactory.cs#L333-L338
Sorry, something went wrong.
Added to https://github.com/aws/aws-sdk-net/blob/master/FEATURE_REQUESTS.md
No branches or pull requests
I've not looked at it very deeply, but it would be good if the library could support (optionally) ModernHttpClient: https://github.com/paulcbetts/ModernHttpClient
Given it uses the optimal native implementations for Android and iOS.
The text was updated successfully, but these errors were encountered: