mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-10 11:14:58 +00:00
fix: Digestヘッダーにログを追加
This commit is contained in:
@@ -49,7 +49,8 @@ val httpSignaturePlugin = createClientPlugin("HttpSign",::HttpSignaturePluginCon
|
||||
|
||||
|
||||
request.header("Date", format.format(Date()))
|
||||
|
||||
println(request.bodyType)
|
||||
println(request.bodyType?.type)
|
||||
if (request.bodyType?.type == String::class) {
|
||||
println("Digest !!")
|
||||
val digest =
|
||||
|
||||
Reference in New Issue
Block a user