[Webkit-unassigned] [Bug 252564] New: Get the HTTP body of WebKitURISchemeRequest

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 20 07:17:56 PST 2023


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

            Bug ID: 252564
           Summary: Get the HTTP body of WebKitURISchemeRequest
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wusyong9104 at gmail.com
                CC: bugs-noreply at webkitgtk.org

At the moment WebKitURISchemeRequest can access HTTP headers and methods but not the body. I would like to help add the body-getter for this type.

It looks like we can call ResourceRequest::updateSoupMessageBody to get the body. However, its parameters require a type BlobRegistryImpl&. I'm not sure how do I get this. Can I just call blobRegistry() and then pass to it?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230220/ddcd02a0/attachment.htm>


More information about the webkit-unassigned mailing list