Skip to content

Instantly share code, notes, and snippets.

View harry248's full-sized avatar
👨‍💻
Probably coding

Harald Halbig harry248

👨‍💻
Probably coding
View GitHub Profile
@harry248
harry248 / HttpCachPlugin.kt
Last active May 6, 2023 02:04
Custom Http Cache plugin for Ktor Client
// Licensed under the Apache License, Version 2.0 (the "License")
package dev.haraldhalbig
import io.ktor.client.*
import io.ktor.client.call.*
import io.ktor.client.plugins.*
import io.ktor.client.request.*
import io.ktor.client.statement.*
import io.ktor.client.utils.*