CachingHttpInterceptor
class CachingHttpInterceptor( directory: File, maxSize: Long, fileSystem: FileSystem = FileSystem.SYSTEM) : HttpInterceptor
Content copied to clipboard
Constructors
Link copied to clipboard
fun CachingHttpInterceptor( directory: File, maxSize: Long, fileSystem: FileSystem = FileSystem.SYSTEM)
Content copied to clipboard
Types
Functions
Link copied to clipboard
Link copied to clipboard
open suspend override fun intercept(request: HttpRequest, chain: HttpInterceptorChain): HttpResponse
Content copied to clipboard