ladybird/Userland/Services/WebServer
Max Wipfli a603e69599 AK+Everywhere: Replace usages of URLParser::urlencode() and urldecode()
This replaces all occurrences of those functions with the newly
implemented functions URL::percent_encode() and URL::percent_decode().
The old functions will be removed in a further commit.
2021-06-01 09:28:05 +02:00
..
Client.cpp AK+Everywhere: Replace usages of URLParser::urlencode() and urldecode() 2021-06-01 09:28:05 +02:00
Client.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
main.cpp WebServer: Exit when the given port is invalid 2021-05-30 14:11:53 +01:00