https://github.com/toolgood/devtest
前后端分离,后端调试工具
https://github.com/toolgood/devtest
Last synced: over 1 year ago
JSON representation
前后端分离,后端调试工具
- Host: GitHub
- URL: https://github.com/toolgood/devtest
- Owner: toolgood
- License: mit
- Created: 2022-01-19T00:24:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-03T13:24:18.000Z (over 4 years ago)
- Last Synced: 2025-01-29T21:57:32.400Z (over 1 year ago)
- Language: C#
- Size: 20.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DevTest
前后端分离,后端调试工具
原理:通过改写 hosts 文件,将网址指向本程序(自带http服务)。将特定的url指向本机服务,其他Url指向原网址。