smithy-rs/rust-runtime/aws-smithy-http-server
david-perez e060135e01
Move `alb_health_check` module out of the `plugin` module (#2865)
The current module location is misleading, since you never want to run
the layer as a plugin: plugins always run after routing, and the health
check should be enacted before routing. Examples have been corrected,
and a test has been added.

## 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
- [ ] 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-07-21 13:24:08 +00:00
..
src Move `alb_health_check` module out of the `plugin` module (#2865) 2023-07-21 13:24:08 +00:00
Cargo.toml Update dependencies flagged by cargo audit (#2753) 2023-06-12 17:09:29 +00:00
LICENSE Implement FromRequest / ToResponse traits for inputs/outputs/errors. (#839) 2021-11-12 16:27:36 +00:00
README.md Add a few READMEs + linter script (#899) 2021-11-30 14:37:42 -05:00
additional-ci Add server side HTTP logging layer (#1550) 2022-08-02 21:32:03 +00:00
rustfmt.toml Update to Rust Edition 2021 (#1268) 2022-03-22 21:29:04 +00:00

README.md

aws-smithy-http-server

Server libraries for smithy-rs generated servers.

This crate is part of the AWS SDK for Rust and the smithy-rs code generator. In most cases, it should not be used directly.