ladybird/Userland/Libraries/LibHTTP
Shannon Booth 2995a57f63 LibHTTP: Don't double percent encode path in HTTPRequst::to_raw_request
This was a goof in cc55732332 which
resulted in the URL path getting double percent encoded. Since the path
already comes out percent encoded following the rules in the URL spec -
we don't need to percent encode again.

Fixes: #978
2024-08-06 08:18:20 +01:00
..
CMakeLists.txt AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Forward.h Userland: Convert TLS::TLSv12 to a Core::Stream::Socket 2022-02-06 13:10:10 +01:00
Header.h LibHTTP+RequestServer: Add HTTP::HeaderMap and use for response headers 2024-06-09 15:34:02 +02:00
HeaderMap.h LibHTTP+RequestServer: Add HTTP::HeaderMap and use for response headers 2024-06-09 15:34:02 +02:00
HttpRequest.cpp LibHTTP: Don't double percent encode path in HTTPRequst::to_raw_request 2024-08-06 08:18:20 +01:00
HttpRequest.h LibHTTP+RequestServer: Use HTTP::HeaderMap for request headers 2024-06-09 15:34:02 +02:00
HttpResponse.cpp LibHTTP+RequestServer: Add HTTP::HeaderMap and use for response headers 2024-06-09 15:34:02 +02:00
HttpResponse.h LibHTTP+RequestServer: Add HTTP::HeaderMap and use for response headers 2024-06-09 15:34:02 +02:00
HttpsJob.cpp Revert "LibTLS+Everywhere: Switch to using WolfSSL" 2024-07-06 15:15:34 -06:00
HttpsJob.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Job.cpp RequestServer+LibHTTP: Cancel requests on client exit 2024-07-28 13:02:49 +02:00
Job.h LibHTTP+LibWeb: Stop bundling "Set-Cookie" headers as JSON 2024-06-09 15:34:02 +02:00