rust-runtime/aws-smithy-http-server/examples/pokemon-service/src/bin/pokemon-service-tls.rs
0 → 100644
+152
−0
+12
−13
Loading
* Add TLS support to Pokemon server * Add missing copyright header to TLS module * Handle connection errors * Move TLS example to own binary * Update comments according to reviews * Move rewrite base url middleware to its own function