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