okhttp-parent
Toggle table of contents
5.2.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
okhttp-parent
okhttp
/
okhttp3
/
Interceptor
/
Companion
Companion
object
Companion
Members
Functions
invoke
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.