[Webkit-unassigned] [Bug 22920] Inspector Request Headers Should Show Data/Variables/Parameters Sent With Request

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 19 17:02:42 PDT 2009


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





--- Comment #13 from Alex Moore <alex at prohost.com.au>  2009-08-19 17:02:39 PDT ---
Rather than a tooltip, for req3_json, would it be possible to actually have
this displayed and formatted.  Do you know which form elements contain json and
which don't?

For example:

req3_json:
  {
     something: 'bla',
     yep: [
       1,
       2, 
       3
     ],
     more: {
       etc: 'test'
     }
  }

Having copyable and formatable request and response headers would be really
handy.  Quite often the json response headers are huge so response formatting
would need some sort of contract and expand nesting (like firebug).

-- 
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