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,
|
||||
&query,
|
||||
header,
|
||||
"payload", // TODO payload
|
||||
&digest_request_payload,
|
||||
);
|
||||
header.insert_kv(HEADER_AUTHORIZATION, authorization);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user