smithy-rs/design
John DiSanti 68984dc408
Refactor middleware to use new `operation::Response` instead of `http::Response<SdkBody>` (#635)
* Refactor Smithy service tower to include a property bag with the response

* Add doc comments and rename functions on operation Request/Response

* Fix codegen

* Update CHANGELOG

* Attach PR number to CHANGELOG

* Fix test compile error

* CR feedback

* Fix AWS runtime tests

* Fix doc comment link

* Fix API gateway customization

* Fix AWS integration tests and update design doc

* Make it possible to run IAM test outside CI and fix it
2021-08-05 17:44:58 -07:00
..
src Refactor middleware to use new `operation::Response` instead of `http::Response<SdkBody>` (#635) 2021-08-05 17:44:58 -07:00
.gitignore Http Operation traits and structures (#167) 2021-01-25 08:56:55 -05:00
README.md Update design docs link 2021-05-24 10:51:03 -04:00
book.toml Http Operation traits and structures (#167) 2021-01-25 08:56:55 -05:00

README.md

Design docs are hosted here.

To render design docs locally:

cargo install mdbook
mdbook serve &
open http://localhost:3000