NetworkEye

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

Github星跟踪图

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

主要指标

概览
名称与所有者coderyi/NetworkEye
主编程语言Objective-C
编程语言Ruby (语言数: 2)
平台
许可证MIT License
所有者活动
创建于2015-11-05 10:06:12
推送于2020-08-24 03:07:58
最后一次提交2020-08-24 11:07:57
发布数17
最新版本名称1.1.2 (发布于 2019-09-25 14:19:40)
第一版名称0.9.4 (发布于 )
用户参与
星数1.4k
关注者数51
派生数238
提交数124
已启用问题?
问题数45
打开的问题数19
拉请求数9
打开的拉请求数0
关闭的拉请求数4
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?