Spider Spider is an Android library to monitor and modify network requests. Setup Include the library using Jitpack allprojects { repositories { ... maven { url https://jitpack.io } } } implementation com.github.naman14:Spider:1.0 Attach SpiderI
OmegaGZipInterceptor helper unziping files from server Installation To get a Git project into your build: Step 1. Add the JitPack repository to your build file allprojects { repositories { ... maven { url https://jitpack.io } } } Step 2. Add the d
NetworkProxy A network proxy library to intercept and mock response from OkHttp Getting started In your root build.gradle: allprojects { repositories { // Other configurations ... jcenter() } } In your app/build.gradle: dependencies { debugImplement
中文文档 OkNetworkMonitor A network monitor for okHttp base on stetho. You can view the request header, response header, response body and so on of a network request in your app. Usage Import the lib to your project. implementation project(:lib-ok-netw