Bug 151601 - [GTK] Add webkit_uri_request_get_http_method
Summary: [GTK] Add webkit_uri_request_get_http_method
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-25 07:17 PST by Jon Forsberg
Modified: 2015-12-07 04:36 PST (History)
3 users (show)

See Also:


Attachments
Patch against 2.10.3 (2.71 KB, patch)
2015-11-25 07:17 PST, Jon Forsberg
no flags Details | Formatted Diff | Diff
Updated patch (8.25 KB, patch)
2015-12-07 03:27 PST, Carlos Garcia Campos
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Forsberg 2015-11-25 07:17:47 PST
Created attachment 266159 [details]
Patch against 2.10.3

Make it possible to find out the HTTP method of a request. Patch contains no ChangeLog entry and I need help creating a testcase and possibly making the function return an interned string as suggested by Carlos Garcia Campo.
Comment 1 Carlos Garcia Campos 2015-12-07 03:27:23 PST
Created attachment 266765 [details]
Updated patch

Added ChangeLog entries and unit tests and changed to use intern string to be able to compare pointer returned with SOUP_METHOD macros.
Comment 2 WebKit Commit Bot 2015-12-07 04:36:36 PST
Comment on attachment 266765 [details]
Updated patch

Clearing flags on attachment: 266765

Committed r193622: <http://trac.webkit.org/changeset/193622>
Comment 3 WebKit Commit Bot 2015-12-07 04:36:39 PST
All reviewed patches have been landed.  Closing bug.