Skip to content

Instantly share code, notes, and snippets.

View rajsingha's full-sized avatar
:octocat:
Android Developer

Raj Singha rajsingha

:octocat:
Android Developer
View GitHub Profile
@rajsingha
rajsingha / ForwardProxyInterceptor.kt
Last active February 15, 2023 10:48
Android - Forward Proxy Adapter
package com.example.app.network
import android.content.Context
import android.util.Log
import okhttp3.*
import okhttp3.MediaType.Companion.toMediaTypeOrNull
import okhttp3.ResponseBody.Companion.toResponseBody
import okio.IOException
import java.io.BufferedReader
import java.io.InputStream