aws-sdk-kotlin
aws-sdk-kotlin copied to clipboard
Allow customers to call HttpClientEngine instances directly
There is some coroutine handling going on at the layer above, SdkHttpClient, that needs to be pushed down, or an alternative approach such that instances of HttpClientEngine.roundTrip() can be called from customer code.
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue, please leave a comment
Describe the Feature
Is your Feature Request related to a problem?
Proposed Solution
Describe alternatives you've considered
Additional Context
- [ ] I may be able to implement this feature request