Currently a payload here contains this: <lw2p-requests><lw2p-request action="findAllPortals" countRows="0" windowSize="0" startRow="0"/></lw2p-requests> It would be nice if there'd be simple parsing to display it like (I indented 4 spaces): <lw2p-requests> <lw2p-request action="findAllPortals" countRows="0" windowSize="0" startRow="0"/> </lw2p-requests>
We should actually be parsing and setting up for view all the request payloads, if not form-encoded, using whatever techniques we use to parse and set up for view the responses. Big question is, where should it go? Leave it in the current "Request Payload" slot? Or somewhere else. Current "Request Payload" slot seems like the best choice.
Yes, under Request Payload.
See also: Bug 29967
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests. Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.