+2
−0
design/src/endpoint.md
0 → 100644
+51
−0
rust-runtime/smithy-http/src/endpoint.rs
0 → 100644
+156
−0
Loading
* Implement core Smithy endpoint support This commit adds `Endpoint` to smithy-http & records our design decisions in `endpoint.md`. This provides support for the endpoint trait in Smithy. A design for endpoint discovery is proposed but is not currently implemented. * Apply suggestions from code review Co-authored-by:Lucio Franco <luciofranco14@gmail.com> * More cleanups Co-authored-by:
Lucio Franco <luciofranco14@gmail.com>