Companion

object Companion

Functions

Link copied to clipboard
inline operator fun invoke(crossinline block: (chain: Interceptor.Chain) -> Response): Interceptor

Constructs an interceptor for a lambda. This compact syntax is most useful for inline interceptors.