smithy-rs/design
Russell Cohen 684605ae4e
Http updates (#3059)
## Motivation and Context
- [ ] Upgrade guidance
- [x] changelog

To allow seamless adoption of the incoming `http` crate, we're updating
our client crates to use an intermediate type.

## Description

Update _client_ code to use `HttpRequest`. Some internal code still uses
`http::Request` but those usages are limited.

## Testing
CI

## Checklist
<!--- If a checkbox below is not applicable, then please DELETE it
rather than leaving it unchecked -->
- [x] I have updated `CHANGELOG.next.toml` if I made changes to the
smithy-rs codegen or runtime crates
- [x] I have updated `CHANGELOG.next.toml` if I made changes to the AWS
SDK, generated SDK code, or SDK runtime crates

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
2023-10-14 00:57:14 +00:00
..
src Http updates (#3059) 2023-10-14 00:57:14 +00:00
static Design Doc Updates (#1347) 2022-04-27 15:49:25 +00:00
.gitignore Http Operation traits and structures (#167) 2021-01-25 08:56:55 -05:00
README.md Design Doc Updates (#1347) 2022-04-27 15:49:25 +00:00
book.toml Add CI to the book (#2027) 2023-06-07 09:01:16 +00:00

README.md

Design docs are hosted here.

To render design docs locally:

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