REBOOTERS / OkNetworkMonitor

A network monitor for okHttp base on stetho.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

中文文档

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-network-monitor')

Add a network Interceptor for OkHttpClient

new OkHttpClient.Builder()
    .addNetworkInterceptor(new OkNetworkMonitorInterceptor())

Entrance

1.Start activity

NetworkFeedActivity.start(this);

2.OR

You can find the entrance in your launcher.

Screenshots

LICENSE

Copyright 2015 linkaipeng

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

<http://www.apache.org/licenses/LICENSE-2.0>

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

A network monitor for okHttp base on stetho.


Languages

Language:Java 100.0%