client: Add an HttpClient abstraction and implement it for hyper::Client

This commit is contained in:
Jonas Platte
2021-04-27 00:19:02 +02:00
parent 89b191c143
commit c692d18797
11 changed files with 173 additions and 147 deletions

View File

@@ -24,7 +24,7 @@ jobs:
RUSTDOCFLAGS: "--enable-index-page -Zunstable-options --cfg docsrs"
with:
command: doc
args: --no-deps --workspace --exclude xtask --features full,compat,unstable-pre-spec -Zrustdoc-map
args: --no-deps --workspace --exclude xtask --all-features -Zrustdoc-map
- name: Deploy to docs branch
uses: JamesIves/github-pages-deploy-action@4.1.0
with: