README
xhr-sniffer
Sniff HTTP requests making by XHR in browser or http module in Node.js
Demo 🎉
https://piecioshka.github.io/xhr-sniffer/demo/browser/
Features
- :white_check_mark: Display logs of
XMLHttpRequests
in DevTools Console - :white_check_mark: Display logs of
http
module inNode.js
- :no_entry: Sniffing
Fetch API
Install
npm install xhr-sniffer
Usage
Node.js
Sniff requests in const xhrSniffer = require('xhr-sniffer');
xhrSniffer.install();
// do XHR requests
xhrSniffer.uninstall();
browser
Sniff requests in Attach files in <head>
tag:
<script src="xhr-sniffer/src/common.js"></script>
<script src="xhr-sniffer/src/browser.js"></script>
Next, make some XMLHttpRequests requests.
Unit tests
npm test
Code coverage
npm run coverage
License
The MIT License @ 2018