mirror of
https://github.com/usbharu/Hideout.git
synced 2026-07-03 04:07:53 +00:00
fix: Digestヘッダーにログを追加
This commit is contained in:
@@ -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 =
|
||||||
|
|||||||
Reference in New Issue
Block a user