smithy-rs/examples/pokemon-service-tls
david-perez 1bb0349e5d
Update server TLS example to showcase how to extract connection information (#3023)
Showcase how to pass TLS derived information to server operation
handlers, like the certificate chain presented by the client.

To test, run `RUST_LOG=pokemon_service_tls=DEBUG cargo run` and `curl -v
--insecure https://localhost:13734/do-nothing`. Alternatively, run the
tests using `RUST_LOG=pokemon_service_tls=DEBUG cargo test`, which have
been updated to hit the operation that logs the TLS connection derived
information.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
2023-12-19 15:53:37 +00:00
..
src Update server TLS example to showcase how to extract connection information (#3023) 2023-12-19 15:53:37 +00:00
tests Update server TLS example to showcase how to extract connection information (#3023) 2023-12-19 15:53:37 +00:00
Cargo.toml Update server TLS example to showcase how to extract connection information (#3023) 2023-12-19 15:53:37 +00:00