DebugInterceptor

class DebugInterceptor(val context: Context) : Interceptor

Constructors

Link copied to clipboard
constructor(context: Context)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun compress(string: String): ByteArray
Link copied to clipboard
fun decompress(compressed: ByteArray): String
Link copied to clipboard
open override fun intercept(chain: Interceptor.Chain): Response