-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add requestCompression trait (#1748)
Add support for the `smithy.api#requestCompression` trait. Operations with the trait applied direct clients to compress requests sent to services and set the corresponding encoding in the `Content-Encoding` header. Add the `requestCompression` trait specification under behavior traits, including client behavior, client implementation, and backward compatibility. Add protocol tests for the 6 AWS protocols: - `restJson1` - `awsJson1_0` - `awsJson1_1` - `restXml` - `awsQuery` - `ec2` Minor change: Update .gitignore for entry for Smithy LSP log.
- Loading branch information
Steven Yuan
authored
Apr 25, 2023
1 parent
5bdc98a
commit 013989d
Showing
39 changed files
with
2,769 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,3 +34,6 @@ build/ | |
*/out/ | ||
*/*/out/ | ||
/wrapper | ||
|
||
# Smithy | ||
.smithy.lsp.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.