summaryrefslogtreecommitdiff
path: root/examples/hyper-examples/src/bin/hyper-http-client-example.rs
Commit message (Collapse)AuthorAgeFilesLines
* hyper-examples: Use native-tls instead of rustlsnield2025-07-211-21/+3
|
* hyper-examples: Typonield2025-07-201-1/+1
|
* hyper-examples: Add comment why we use rustls and manual set root_certnield2025-07-201-0/+4
| | | | | | | | The reason we prefer `rustls` in this case is because `rustls` provides better portability then `native-tls` due to not being dependent on the system. We have to explicitely set the root_cert because `rustls` does not use the system CA Certs to remain portable.
* hyper-examples: Print messages to stderrnield2025-07-201-2/+2
|
* hyper-examples: Allow cli argument for test-urlnield2025-07-201-1/+4
|
* hyper-examples: Typonield2025-07-201-1/+1
|
* hyper-examples: Rename example directorynield2025-07-201-0/+100
This directory had to be renamed because otherwise it would cause conflicts with the actual hyper crate in the CI pipeline.