diff options
| author | 2025-10-14 15:34:01 +0200 | |
|---|---|---|
| committer | 2025-11-17 14:10:21 +0100 | |
| commit | a041f9f31d7341618d4e139be701b1e798fe94c7 (patch) | |
| tree | b2ba5cddb4c1ba9e3b8bc92ed504167a19983335 /vendor/code.superseriousbusiness.org/httpsig/signing.go | |
| parent | [performance] handle emoji refreshes asynchronously when fetched as part of a... (diff) | |
| download | gotosocial-a041f9f31d7341618d4e139be701b1e798fe94c7.tar.xz | |
[performance] pull in latest httpsig with performance enhancements and bugfixes (#4500)
code.supseriousbusiness.org/httpsig: v1.4.0 -> v1.5.0
Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4500
Co-authored-by: kim <grufwub@gmail.com>
Co-committed-by: kim <grufwub@gmail.com>
Diffstat (limited to 'vendor/code.superseriousbusiness.org/httpsig/signing.go')
| -rw-r--r-- | vendor/code.superseriousbusiness.org/httpsig/signing.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/code.superseriousbusiness.org/httpsig/signing.go b/vendor/code.superseriousbusiness.org/httpsig/signing.go index a2fa38c5b..f1c8d2f1b 100644 --- a/vendor/code.superseriousbusiness.org/httpsig/signing.go +++ b/vendor/code.superseriousbusiness.org/httpsig/signing.go @@ -23,6 +23,7 @@ const ( parameterValueDelimiter = "\"" parameterSeparater = "," headerParameterValueDelim = " " + // RequestTarget specifies to include the http request method and // entire URI in the signature. Pass it as a header to NewSigner. RequestTarget = "(request-target)" |
