2 个仓库
Tools for capturing and analyzing HTTP traffic and network requests from mobile applications.
Distinct from Android Development: Specializes Android development by providing real-time HTTP traffic capture and analysis rather than general app building.
Explore 2 awesome GitHub repositories matching mobile development · Network Inspectors. Refine with filters or upvote what's useful.
Stetho is a debug bridge that connects Android applications to Chrome Developer Tools. It allows for the real-time inspection of network traffic, internal application state, and the user interface layout directly within a desktop browser. The project provides specialized inspectors for analyzing Android-specific components. This includes a network inspector for capturing HTTP requests and responses, an SQLite database browser for querying local storage, and a view hierarchy inspector for mapping UI elements and styles. Additional capabilities cover runtime execution via an embedded JavaScrip
Includes a specialized utility for capturing and analyzing HTTP requests and responses from Android apps within a browser.
Chucker 是一款 Android 应用的 HTTP 检查工具,用于捕获和记录 OkHttp 库的网络流量。它作为网络拦截器和类似代理的实用程序,允许在移动应用环境中直接分析 API 调用。 该工具提供了一个本地界面来分析 API 交互,包括将二进制响应体解码为人类可读文本的功能。它还包含安全特性,可通过脱敏规则屏蔽请求和响应头中的敏感信息。 捕获的事务通过本地数据库进行管理,并支持可配置的基于时间的保留策略,以自动清理旧记录。该系统直接集成到请求和响应管道中,以监控数据交换和标头。
Provides a specialized network inspector for capturing and analyzing HTTP traffic within Android applications.