mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibWeb: Use the URL encoder from AK instead of rolling a custom one
This commit is contained in:
parent
d883607e8f
commit
84f8c91a6f
Notes:
sideshowbarker
2024-07-19 05:38:24 +09:00
Author: https://github.com/awesomekling
Commit: 84f8c91a6f
3 changed files with 6 additions and 23 deletions
|
@ -36,8 +36,7 @@ struct URLQueryParam {
|
|||
String value;
|
||||
};
|
||||
|
||||
String url_encode(const StringView&);
|
||||
String url_encode(const Vector<URLQueryParam>&);
|
||||
String urlencode(const Vector<URLQueryParam>&);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue