Skip to content
Snippets Groups Projects
Select Git revision
  • aaaf97e9bd74badfb6b8e1cd19dee90c20843d16
  • main default protected
  • release-2025-07-25-with-patches protected
  • release-2025-06-11-with-patches protected
  • release-2025-05-15-with-patches protected
  • release-2025-03-27-with-patches protected
  • release-2024-12-30-with-client-builder protected
  • release-2024-12-26-with-client-builder protected
  • release-2024-11-05-with-client-builder protected
  • release-2024-08-16-with-client-builder protected
  • release-2024-09-09-with-client-builder protected
  • release-2024-08-28-with-client-builder protected
  • release-2024-10-09-with-client-builder protected
  • sbuttgereit/expose_client_builder_with_hyper_1_0
  • release-2025-07-25
  • release-2025-07-23
  • release-2025-07-21
  • release-2025-07-17
  • release-2025-07-16
  • release-2025-07-08
  • release-2025-06-30
  • release-2025-06-27
  • release-2025-06-11
  • release-2025-06-03
  • release-2025-05-19
  • release-2025-05-15
  • release-2025-05-09
  • release-2025-05-02
  • release-2025-04-23
  • release-2025-03-27
  • release-2025-03-25
  • release-2025-03-10
  • release-2025-03-04
  • release-2025-02-20
34 results

smithy-rs

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Russell Cohen authored and GitHub committed
    * 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
    aaaf97e9
    History
    Name Last commit Last update