ladybird/Userland/Libraries/LibWeb/Loader
Timothy Flynn 1e97ae66e5 LibWeb: Support unbuffered resource load requests
This adds an alternate API to ResourceLoader to load HTTP/HTTPS/Gemini
requests unbuffered. Most of the changes here are moving parts of the
existing ResourceLoader::load method to helper methods so they can be
re-used by the new ResourceLoader::load_unbuffered.
2024-05-26 18:29:24 +02:00
..
ContentFilter.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
ContentFilter.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
FileRequest.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
FileRequest.h Userland: Add ESCAPING annotations to a bunch of places 2024-05-22 21:55:34 -06:00
GeneratedPagesLoader.cpp Ladybird+LibWeb: Move User-Agent definitions to their own file 2024-05-26 18:29:24 +02:00
GeneratedPagesLoader.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
LoadRequest.cpp LibWeb: Support unbuffered resource load requests 2024-05-26 18:29:24 +02:00
LoadRequest.h LibWeb: Support unbuffered resource load requests 2024-05-26 18:29:24 +02:00
ProxyMappings.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
ProxyMappings.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Resource.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Resource.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
ResourceLoader.cpp LibWeb: Support unbuffered resource load requests 2024-05-26 18:29:24 +02:00
ResourceLoader.h LibWeb: Support unbuffered resource load requests 2024-05-26 18:29:24 +02:00
UserAgent.h Ladybird+LibWeb: Move User-Agent definitions to their own file 2024-05-26 18:29:24 +02:00