Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.