Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "feature",
"description": "restXml and restJson1 should support the httpChecksum trait",
"pull_requests": [
"[#2867](https://github.com/smithy-lang/smithy/pull/2867)"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ structure httpChecksum {
httpQuery
httpQueryParams
httpResponseCode
httpChecksum
httpChecksumRequired
jsonName
]
Expand All @@ -221,6 +222,7 @@ structure restJson1 with [HttpConfiguration] {}
httpQuery
httpQueryParams
httpResponseCode
httpChecksum
httpChecksumRequired
xmlAttribute
xmlFlattened
Expand Down
Loading