web開發http communication tools
web開發過程中檢視http request以及http response中内容的工具:
chrome DevTools
更多工具–> 開發者工具(快捷鍵:F12)

eclipse TCP/IP Monitor
檢視 連結: http://www.avajava.com/tutorials/lessons/how-do-i-monitor-http-communication-in-eclipse.html
free tools:Fiddler
如何使用: http://www.asjava.com/tools/fiddler-tutorial-how-to-use-fiddler/
附注:
- http request format: http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html
- http response format: http://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html