Web 调试代理 Betwixt.js

码农软件 · 软件分类 · 程序调试工具 · 2019-11-30 12:14:11

软件介绍

Betwixt 是基于 Chrome DevTools Network 面板的 Web 调试代理,可以帮助开发者在浏览器外使用类似 Chrome DevTools 的界面分析 Web 流量。

Betwixt in action

使用:

# Clone this repository
$ git clone https://github.com/kdzwinel/betwixt.git
# Go into the repository
$ cd betwixt
# Install dependencies and run the app
$ npm install && npm start

如果你想分析更多的流量系统:

  • OS X - System Preferences → Network → Advanced → Proxies → Web Proxy (HTTP)

  • Ubuntu - All Settings → Network → Network Proxy

  • Windows - PC Settings → Network → Proxy

Setting up proxy on OS X

本文地址:https://www.codercto.com/soft/d/20117.html

Data Structures and Algorithms with JavaScript

Data Structures and Algorithms with JavaScript

Michael McMillan / O'Reilly Media / 2014-2-22 / USD 28.51

If you’re using JavaScript on the server-side, you need to implement classic data structures that conventional object-oriented programs (such as C# and Java) provide. This practical book shows you how......一起来看看 《Data Structures and Algorithms with JavaScript》 这本书的介绍吧!

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具