web-sniffer
web-sniffer copied to clipboard
A simple and clean web-traffic proxy sniffer written in typescript
Results
2
web-sniffer issues
Sort by
recently updated
recently updated
newest added
While this may be my lack of understanding... the example is flawed. The typescript type says the function should return a promise - At a min - it should be:...
Hello, I'm trying to intercept some https traffic and redirect it to another web service. So far I've managed with: ``` const fs = require('fs') const Sniffer = require('web-proxy-sniffer') const...