summaryrefslogtreecommitdiff
path: root/Ladybird/RequestManagerQt.cpp
AgeCommit message (Expand)Author
2022-12-25Ladybird: Disable HTTP2 as it's significantly slowerAndreas Kling
2022-12-25Ladybird/RequestManagerQt: Unwrap multiple cookies masquerading as oneAndreas Kling
2022-12-25Ladybird/Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-12-25Ladybird: Enable HTTP pipeliningAndreas Kling
2022-12-25Ladybird: Actually add request headers to outgoing HTTP requestsAndreas Kling
2022-12-25Ladybird: Fix compilation on macOS/ClangDaniel Bertalan
2022-12-25Ladybird: Tell Qt to let us manage HTTP redirects ourselvesAndreas Kling
2022-12-25Ladybird: Update for removal of StringView(char const*)Andreas Kling
2022-12-25Ladybird: Use QtNetwork for HTTP and HTTPS requestsAndreas Kling