serenity/Userland/Libraries/LibHTTP
Shannon Booth e8651d3f2f LibHTTP: Don't double percent encode path in HTTPRequst::to_raw_request
This was a goof in cc557323326ba55514ef2a8a6e0efd7f09330f06 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
(cherry picked from commit 2995a57f6312985783c9e83881540cf2dd9a21e0)
2024-11-21 17:47:14 -05:00
..
CMakeLists.txt LibHTTP: Implement bare-bones HTTP/1.1 client using coroutines 2024-06-13 17:40:24 +02:00
Forward.h
Header.h
HeaderMap.h AK: Don't implicitly convert Optional<T&> to Optional<T> 2024-09-14 13:30:27 +02:00
Http11Connection.cpp AK: Rename AsyncStreamBuffer -> StreamBuffer 2024-08-29 13:28:42 +02:00
Http11Connection.h AK+LibTest: Choose definition of CO_TRY and CO_TRY_OR_FAIL more robustly 2024-06-29 20:15:05 -06:00
HttpRequest.cpp LibHTTP: Don't double percent encode path in HTTPRequst::to_raw_request 2024-11-21 17:47:14 -05:00
HttpRequest.h LibHTTP: Make HttpRequest default-movable 2024-11-14 23:38:34 -05:00
HttpResponse.cpp
HttpResponse.h
HttpsJob.cpp
HttpsJob.h LibHTTP+LibCore+RequestServer: Use async streams for HTTP 2024-06-19 15:45:02 +02:00
Job.cpp AK: Rename AsyncStreamBuffer -> StreamBuffer 2024-08-29 13:28:42 +02:00
Job.h LibHTTP+LibCore+RequestServer: Use async streams for HTTP 2024-06-19 15:45:02 +02:00