Updated on 2026-08-14
This commit is contained in:
parent
dff86fd4dd
commit
5d29cfb181
10 changed files with 32 additions and 31 deletions
|
|
@ -23,4 +23,8 @@ open class AddHeaderInterceptor(
|
|||
|
||||
class CacheControlHttpInterceptor(maxAgeSeconds: Int) : AddHeaderInterceptor(mapOf(
|
||||
"Cache-Control" to "max-age=$maxAgeSeconds",
|
||||
))
|
||||
|
||||
class CardPublicKeyHttpInterceptor(cardPublicKeyHex: String) : AddHeaderInterceptor(mapOf(
|
||||
"card_public_key" to cardPublicKeyHex,
|
||||
))
|
||||
Loading…
Add table
Add a link
Reference in a new issue