ApolloClientAwarenessInterceptor
class ApolloClientAwarenessInterceptor(clientName: String, clientVersion: String) : HttpInterceptor
Content copied to clipboard
A HttpInterceptor to add Client Awareness.
Constructors
Link copied to clipboard
fun ApolloClientAwarenessInterceptor(clientName: String, clientVersion: String)
Content copied to clipboard
Functions
Link copied to clipboard
open suspend override fun intercept(request: HttpRequest, chain: HttpInterceptorChain): HttpResponse
Content copied to clipboard