summaryrefslogtreecommitdiff
path: root/AK/URLParser.h
AgeCommit message (Expand)Author
2023-04-11AK+Everywhere: Use Optional for URLParser::parse's base_url parameternetworkException
2022-11-26AK: Make it possible to not `using` AK classes into the global namespaceAndreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-09-14AK: Accept optional url and state override parameters in URLParserIdan Horowitz
2021-06-05AK: Make debugging URLParser easierMax Wipfli
2021-06-05AK: Update URLParser.{cpp,h} to use east constMax Wipfli
2021-06-01AK: Add a new, spec-compliant URLParserMax Wipfli
2021-06-01AK: Remove URLParserMax Wipfli
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-31AK: Add optional parameter for excluding chars to urlencode()Linus Groh
2020-06-07AK: Add basic percent encoder/decoder (urlencode and urldecode)Andreas Kling