| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | hyper-examples: Use native-tls instead of rustls | nield | 2025-07-21 | 1 | -21/+3 |
| | | |||||
| * | hyper-examples: Typo | nield | 2025-07-20 | 1 | -1/+1 |
| | | |||||
| * | hyper-examples: Add comment why we use rustls and manual set root_cert | nield | 2025-07-20 | 1 | -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 stderr | nield | 2025-07-20 | 1 | -2/+2 |
| | | |||||
| * | hyper-examples: Allow cli argument for test-url | nield | 2025-07-20 | 1 | -1/+4 |
| | | |||||
| * | hyper-examples: Typo | nield | 2025-07-20 | 1 | -1/+1 |
| | | |||||
| * | hyper-examples: Rename example directory | nield | 2025-07-20 | 1 | -0/+100 |
| This directory had to be renamed because otherwise it would cause conflicts with the actual hyper crate in the CI pipeline. | |||||
