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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?