[Webkit-unassigned] [Bug 19945] List HTTP status code with response headers in resources tab of Web Inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 24 13:16:22 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=19945





--- Comment #8 from James Wheare <james at wheare.org>  2009-08-24 13:16:21 PDT ---
How about this.

GET https://bugs.webkit.org/
HTTP/1.1 200 OK

Status line is just one line, and the method is combined onto the URL line.
This is closer to how familiar command line tools such as CURL display the
info.

The info is then easily available and not hidden away in collapsable areas that
require too much interaction to reveal.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list