feat: update calc
This commit is contained in:
@@ -80,7 +80,7 @@ fn add_common_headers(header: &mut BTreeMap<String, String>, request: &Request)
|
|||||||
&request.method,
|
&request.method,
|
||||||
&query,
|
&query,
|
||||||
header,
|
header,
|
||||||
"payload", // TODO payload
|
&digest_request_payload,
|
||||||
);
|
);
|
||||||
header.insert_kv(HEADER_AUTHORIZATION, authorization);
|
header.insert_kv(HEADER_AUTHORIZATION, authorization);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user