intercept

open override fun intercept(chain: Interceptor.Chain): Response

Intercepts and modifies the request to add the X-TMPlatform header.

Adds the "global" value to the X-TMPlatform header.

Return

The response from the chain.

Parameters

chain

The interceptor chain for processing the request.