Skip to content
Unverified Commit 85244460 authored by david-perez's avatar david-perez Committed by GitHub
Browse files

`rust-server-codegen`: add support for `@httpPayload` in requests (#1060)

This commit adds support for the `httpPayload` Smithy trait when applied
to operation input members (request deserialization).

The code to deserialize HTTP-bound data from HTTP responses in
`ResponseBindingGenerator.kt` has been moved into a common class,
`HttpBindingGenerator.kt`, since it's useful for both clients and
servers in deserializing data from HTTP requests and responses,
respectively.
parent 391e49ca
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment