Skip to content
New issue

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

aws/transport/http: Move aws.BuildableHTTPClient to http transport package #898

Merged
merged 7 commits into from
Nov 13, 2020

Commits on Nov 12, 2020

  1. aws/transport/http: Move aws.BuildableHTTPClient to http transport pa…

    …ckage
    
    Moves the BuildableHTTPClient from the SDK's `aws` package to the
    `aws/transport/http` package as `BuildableClient` to with other HTTP specific
    utilities.
    
    Updates the BuildableClient's method return type to be the
    BuildableClient type to make chaining `With` statements more natural.
    
    Fixes #730
    jasdel committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    9ae467d View commit details
    Browse the repository at this point in the history
  2. update codegen

    jasdel committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    edb9ed0 View commit details
    Browse the repository at this point in the history
  3. update gohash

    jasdel committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    2d78600 View commit details
    Browse the repository at this point in the history
  4. update SDK utilities

    jasdel committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    d810d76 View commit details
    Browse the repository at this point in the history
  5. regenerate apis

    jasdel committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    d72714f View commit details
    Browse the repository at this point in the history
  6. fixup missed usages of client

    jasdel committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    33ca541 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    78714ac View commit details
    Browse the repository at this point in the history