[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 12:56:36 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=19945
Patrick Mueller <pmuellr at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pmuellr at yahoo.com
--- Comment #4 from Patrick Mueller <pmuellr at yahoo.com> 2009-08-24 12:56:36 PDT ---
I'm adding the HTTP method to the URL as part of Bug 22920, so now that top
line looks very close to the actual HTTP request line that's sent. It doesn't
display the HTTP version that was sent with the request. Not sure that's
important.
So, I'm thinking that perhaps what we should do is show a new line underneath
what now contains the URL, which is the status line returned from the server.
I'm not sure the HTTP version from the status line is actually easily available
at the moment, but I believe the status code / text is.
This would make the text above the headers then look something like this:
GET http://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html
200 OK
Followed by the headers as they exist today.
What do you think?
--
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