proxmox-backup/examples
Christian Ebner d93d782d37 cargo: drop direct http crate dependency, tree-wide namespace fix
Instead of using and depending on the `http` crate directly, use and
depend on the re-exported `hyper::http`. Adapt namespace prefixes
accordingly.

This makes sure the `hyper::http` types are version compatible and
allows to possibly depend on incompatible versions of `http` in the
workspace in the future.

No functional changes intended.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
2025-01-24 09:43:35 +01:00
..
cipherbench.rs update zstd to 0.12 2023-05-21 15:32:45 +02:00
completion.rs examples: rust fmt 2022-04-10 17:44:34 +02:00
download-speed.rs accept a ref to a HttpClient 2023-11-25 17:07:42 +01:00
dynamic-files.rs examples: rust fmt 2022-04-10 17:44:34 +02:00
h2client.rs cargo: drop direct http crate dependency, tree-wide namespace fix 2025-01-24 09:43:35 +01:00
h2s-client.rs cargo: drop direct http crate dependency, tree-wide namespace fix 2025-01-24 09:43:35 +01:00
h2s-server.rs cargo: drop direct http crate dependency, tree-wide namespace fix 2025-01-24 09:43:35 +01:00
h2server.rs cargo: drop direct http crate dependency, tree-wide namespace fix 2025-01-24 09:43:35 +01:00
tape-write-benchmark.rs examples: add tape write benchmark 2024-05-08 09:04:52 +02:00
test_chunk_size.rs datastore: chunker: add Chunker trait 2024-06-05 16:39:42 +02:00
test_chunk_speed2.rs update to proxmox-log 0.2 and proxmox-rest-server 0.7 2024-07-24 14:53:07 +02:00
test_chunk_speed.rs datastore: chunker: add Chunker trait 2024-06-05 16:39:42 +02:00
upload-speed.rs client: backup writer: only borrow http client 2024-04-04 10:51:45 +02:00