mirror of
https://github.com/usbharu/Hideout.git
synced 2026-07-21 12:43:36 +00:00
Merge remote-tracking branch 'origin/feature/http-signature' into feature/http-signature
This commit is contained in:
@@ -19,5 +19,4 @@ class HttpClientConfig {
|
||||
}
|
||||
expectSuccess = true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -125,7 +125,9 @@ class APRequestServiceImpl(
|
||||
|
||||
val sign = httpSignatureSigner.sign(
|
||||
httpRequest = HttpRequest(
|
||||
u, HttpHeaders(headers.toMap()), HttpMethod.POST
|
||||
u,
|
||||
HttpHeaders(headers.toMap()),
|
||||
HttpMethod.POST
|
||||
),
|
||||
privateKey = PrivateKey(
|
||||
keyId = signer.keyId,
|
||||
|
||||
Reference in New Issue
Block a user