[fuchsia-hyper] Add support for https clients
This CL extends fuchsia-hyper to add support for communicating with https web services by using rustls to provide for encrypted communication. In addition, it modifies HyperConnector to default to port 80/443 if a port was not specified in the url. Bug: PKG-538 #done Change-Id: Ie020bc0c3f8fd4a8f0128ace0e744b16fa3c6977
Showing
- garnet/packages/tests/BUILD.gn 1 addition, 0 deletionsgarnet/packages/tests/BUILD.gn
- garnet/public/rust/BUILD.gn 1 addition, 5 deletionsgarnet/public/rust/BUILD.gn
- garnet/public/rust/fuchsia-hyper/BUILD.gn 19 additions, 0 deletionsgarnet/public/rust/fuchsia-hyper/BUILD.gn
- garnet/public/rust/fuchsia-hyper/meta/fuchsia_hyper_lib_test.cmx 10 additions, 0 deletions...public/rust/fuchsia-hyper/meta/fuchsia_hyper_lib_test.cmx
- garnet/public/rust/fuchsia-hyper/src/lib.rs 38 additions, 21 deletionsgarnet/public/rust/fuchsia-hyper/src/lib.rs
Loading
Please register or sign in to comment