NetworkEye

a iOS network debug library ,It can monitor HTTP requests within the App and displays information related to the request.

Github stars Tracking Chart

NetworkEye

Pod Version
Pod Platform
Pod License
Twitter




README 中文

NetworkEye,a iOS network debug library,monitor HTTP requests.

It can be detected HTTP request include web pages, NSURLConnection, NSURLSession, AFNetworking, 3rd libraries, 3rd SDK ,and so on. very convenient and practical.

It can be map local json file.

I created a google group,this group is for general discussion NetworkEye
,welcome to join,https://groups.google.com/d/forum/networkeye

if you use NetworkEye, you can add it in here,Who-Uses-NetworkEye

welcome to new pull request,that fix bug,add new features,add support other platform.and welcome to new issues.

and thanks to kasketis write the swift version netfox

Podfile


	platform :ios, '7.0'
	pod 'NetworkEye', '~> 1.1.2'
	# pod 'NetworkEye/FMDB', '~> 1.1.2'   # NetworkEye with FMDB ,save your requests to database

Instruction

Note:Use Network Eye in DEBUG mode

add the code in AppDelegate.m

you can use use the shortcut (⌘ Command + n) , a double tap or shake device to call out the monitoring data interface

NEHTTPEyeViewController

You can also use the following code

In NEHTTPEye, the default password of database is "networkeye" ,and you can save 300 requests.

the database name is networkeye.sqlite,and stored in the cache directory.

you can change it use NEHTTPModelManager

NetworkEye use FMDB and SQLCipher。
FMDB is used to store data,SQLCipher is used to encrypt the database。

Monitoring data interface supports some search conditions ,it is URL,statusCode,HTTPMethod,MIMEType。

Preview

Licenses

MIT License.

Contributors

thanks!

Xi Lin

Zhu Lida

Jackrex

Main metrics

Overview
Name With Ownercoderyi/NetworkEye
Primary LanguageObjective-C
Program languageRuby (Language Count: 2)
Platform
License:MIT License
所有者活动
Created At2015-11-05 10:06:12
Pushed At2020-08-24 03:07:58
Last Commit At2020-08-24 11:07:57
Release Count17
Last Release Name1.1.2 (Posted on 2019-09-25 14:19:40)
First Release Name0.9.4 (Posted on )
用户参与
Stargazers Count1.4k
Watchers Count51
Fork Count238
Commits Count124
Has Issues Enabled
Issues Count45
Issue Open Count19
Pull Requests Count9
Pull Requests Open Count0
Pull Requests Close Count4
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private