A bunch of small changes #277

Merged
lx merged 5 commits from feature/documentation into main 2022-03-28 15:36:16 +00:00
Showing only changes of commit 8f9cf3a5d1 - Show all commits

View file

@ -235,7 +235,7 @@ pub fn canonical_request(
) -> String {
[
method.as_str(),
&uri.path().to_string(),
uri.path(),
&canonical_query_string(uri),
&canonical_header_string(headers, signed_headers),
"",