Skip to content
Unverified Commit aaaf97e9 authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

Sdkbody redux (#327)

* Use SdkBody instead of hyper::Body

As part of the path to supporting streaming request & response bodies, we need to remove the need to have a generic request/response body. This commit hides hyper::Body inside of SdkBody & also introduces a dynamic alternative to enable supporting any HTTP Body implementation.

* Delete ResponseBody & Update usages

Now that SDK body has a visible "Bytes" variant, ResponseBody is no longer needed as a bridge to expose debug information about responses.

* Rename _cx => cx
parent 25ea4a97
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment