mirror of https://github.com/usbharu/Hideout.git
fix: Digestヘッダーにログを追加
This commit is contained in:
parent
71f47f3cac
commit
91f3edce3b
|
@ -49,7 +49,8 @@ val httpSignaturePlugin = createClientPlugin("HttpSign",::HttpSignaturePluginCon
|
||||||
|
|
||||||
|
|
||||||
request.header("Date", format.format(Date()))
|
request.header("Date", format.format(Date()))
|
||||||
|
println(request.bodyType)
|
||||||
|
println(request.bodyType?.type)
|
||||||
if (request.bodyType?.type == String::class) {
|
if (request.bodyType?.type == String::class) {
|
||||||
println("Digest !!")
|
println("Digest !!")
|
||||||
val digest =
|
val digest =
|
||||||
|
|
Loading…
Reference in New Issue