summaryrefslogtreecommitdiff
path: root/crates/arti-hyper
Commit message (Expand)AuthorAgeFilesLines
...
* Bump minimum tokio to 1.7, since tokio-util now needs that.Nick Mathewson2022-02-251-1/+1
* arti-hyper: impl HasKind for ConnectionErrorIan Jackson2022-02-232-0/+15
* arti-hyper: Add note about missing https supportIan Jackson2022-02-232-0/+4
* arti-hyper: Add vacuous doc comments to placate clippyIan Jackson2022-02-231-0/+3
* arti-hyper: Move support code into libraryIan Jackson2022-02-232-112/+113
* arti-hyper: Introduce new ConnectionError typeIan Jackson2022-02-233-13/+43
* arti-hyper: Move hyper example from arti-clientIan Jackson2022-02-232-2/+166
* arti-hyper: empty crate skeletonIan Jackson2022-02-233-0/+77