mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-17 10:08:40 +00:00
Adds a new optional parameter 'reserved_chars' to AK::URL::percent_encode. This new optional parameter allows the caller to specify custom characters to be percent encoded. This is then used to percent encode plus signs by HttpRequest::to_raw_request.