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
Loading
Please register or sign in to comment