mirror of
https://git.asonix.dog/asonix/http-signature-normalization.git
synced 2024-11-21 17:00:59 +00:00
Add missing .await? to README
This commit is contained in:
parent
0175c5e1af
commit
6935604d0f
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||
.authorization_signature_with_digest(&config, "my-key-id", &mut digest, "Hewwo-owo", |s| {
|
||||
Ok(base64::encode(s)) as Result<_, MyError>
|
||||
})?
|
||||
.await?
|
||||
.send()
|
||||
.await
|
||||
.map_err(|e| {
|
||||
|
|
Loading…
Reference in a new issue