WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
228029
Extend the URL class with an accessor for Query Parameters
https://bugs.webkit.org/show_bug.cgi?id=228029
Summary
Extend the URL class with an accessor for Query Parameters
Brent Fulgham
Reported
2021-07-16 10:51:41 PDT
We currently have the ability to retrieve the full Query String from a URL. It would be convenient to be able to iterate over the set of query parameter key/value pairs. Extend the URL class with a new method similar to the following: struct QueryParameter { StringView key; StringView value; }; Vector<QueryParameters> URL::queryParameters() const;
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-07-16 10:53:09 PDT
<
rdar://problem/80692809
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug