Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zzdjk6/simple-http-watcher
like httpfox,but it's for chrome.
https://github.com/zzdjk6/simple-http-watcher
Last synced: 8 days ago
JSON representation
like httpfox,but it's for chrome.
- Host: GitHub
- URL: https://github.com/zzdjk6/simple-http-watcher
- Owner: zzdjk6
- Created: 2013-06-13T14:26:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-16T08:08:19.000Z (over 11 years ago)
- Last Synced: 2024-11-11T18:45:43.091Z (2 months ago)
- Language: JavaScript
- Size: 320 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
simple-http-watcher
===================like httpfox,but it's for chrome.
TODO:
* 302 request share the same requestId,I can log every header sending now,but I need update them then.Need find a solution.
* catch all infos when redirect/complete/error,and update all the infos with them.
* clear log.
* stop log.
* search domain:when filtering,it should still can update datagrid with url matches search pattern.
* I also wan't filter log by Method/code/type.
* think of refactoring this program into MVC pattern in the future.