-
Notifications
You must be signed in to change notification settings - Fork 189
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
generic API for modifying headers #605
Comments
key-val support for adding to the user agent |
We (qldb) are just about ready to ship our 2.0 shell based on the awssdk for Rust. At this point, setting the user agent is the only blocking issue in terms of feature parity. If you give us some pointers, we can probably contribute this. |
Because you’re already using the low level API, you can actually do this directly with no code changes on the SDK side, just use |
we may need some very small changes depending on exactly what you want the user agent to be, but those should be quite minor and isolated |
A workable pattern for this: |
Resolving this in favor of #1112. Looks like it got duplicated. |
see #583
There should be a generic way to add headers to request
The text was updated successfully, but these errors were encountered: