TKNetworkEyeModule 0.1.2

TKNetworkEyeModule 0.1.2

Maintained by zhuamaodeyu, fredevteam.



 
Depends on:
SQLite.swift>= 0
GzipSwift>= 0
 

  • By
  • zhuamaodeyu

TKNetworkEyeModule

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

TKNetworkEyeModule is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'TKNetworkEyeModule'

Example

  1. register Network Eye Service

    func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
        // register 
        // you can new config object
        NetworkEyeManager.sharedInstance.register(nil)
        return true
    }	
    

Now,you can see all network request from sandBox TKNetworkEye.sqlite3 file

Note

this pod is not support UIWebView/WKWebView request.

Author

zhuamaodeyu, [email protected]

License

TKNetworkEyeModule is available under the MIT license. See the LICENSE file for more info.