An iOS network debugging library that monitors HTTP requests from web pages, NSURLConnection, NSURLSession, AFNetworking, and third-party libraries.
NetworkEye is an iOS network debugging library that monitors HTTP requests within iOS applications. It captures network traffic from various sources including web pages, NSURLConnection, NSURLSession, AFNetworking, and third-party libraries, helping developers debug API calls and analyze request/response data during development.
iOS developers working on apps that make network requests and need an integrated tool for debugging HTTP traffic during development and testing phases.
Developers choose NetworkEye for its comprehensive monitoring capabilities, ease of integration, and interactive debugging interface that works directly within the iOS app without requiring external proxies or complex setups.
a iOS network debug library, monitor HTTP requests
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Captures HTTP requests from web pages, NSURLConnection, NSURLSession, AFNetworking, and third-party SDKs, offering comprehensive monitoring for various iOS networking methods as stated in the README.
Uses SQLCipher to store up to 300 requests in an encrypted SQLite database, ensuring sensitive network data is protected during development, with configurable passwords via NEHTTPModelManager.
Provides a view controller accessible via keyboard shortcut, double tap, or device shake, allowing developers to quickly inspect network logs without leaving the app, enhancing debugging convenience.
Supports mapping local JSON files for testing, enabling easy mocking of network responses without server dependencies, as highlighted in the key features.
Default storage is capped at 300 requests, which can be insufficient for extensive debugging sessions, requiring manual configuration to adjust and potentially losing older logs in high-traffic apps.
Podfile targets iOS 7.0, an old version that might not fully support newer iOS APIs or development practices, potentially leading to compatibility issues with modern toolchains.
Primarily designed for Objective-C with code examples in the README; Swift projects may face bridging challenges or lack native Swift APIs, slowing integration in Swift-only environments.