Skip to content

PZXforXcode/PZXNetWorkDevTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

baa2343 · Mar 5, 2025

History

25 Commits
Mar 5, 2025
Feb 7, 2025
Feb 7, 2025
Feb 7, 2025

Repository files navigation

20351738916866_.pic.jpg 20361738916867_.pic.jpg 20371738916868_.pic.jpg

📖 查看中文README文档

PZXNetWorkDevTool

Introduction

PZXNetWorkDevTool is a lightweight iOS debugging tool for real-time network request monitoring. It provides a floating window for easy access to network logs.

Features

  • Real-time network request monitoring
  • Floating window for quick access
  • Displays request method, URL, status code, and response time

Installation

Currently

PZXNetWorkDevTool

Introduction

PZXNetWorkDevTool is a lightweight iOS debugging tool for real-time network request monitoring. It provides a floating window for easy access to network logs.

Features

  • Real-time network request monitoring
  • Floating window for quick access
  • Displays request method, URL, status code, and response time

Installation

Currently, you can use PZXNetWorkDevTool by manually cloning the repository and adding the files to your project.

Usage

Initialize in AppDelegate

To enable network monitoring, initialize PZXNetWorkDevTool in AppDelegate. Make sure to call setup() before the first network request is made.

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
    // Start network monitoring tool
    PZXNetWorkDevTool.shared.setup()
    return true
}

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

If you have any questions or suggestions, feel free to submit an issue or contribute to the project!

About

监控App网络请求的工具

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published