summaryrefslogtreecommitdiff
path: root/Ladybird/RequestManagerQt.cpp
AgeCommit message (Expand)Author
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-02-24Ladybird: Consider HTTP response a success if it has a status codeAndreas Kling
2023-02-10Ladybird: Teach RequestManagerQt how to handle every valid HTTP methodLuke Wilde
2022-12-30Ladybird: Tell Qt that we manually handle the Cookie headerLuke Wilde
2022-12-25Ladybird: Update for AK::{String => DeprecatedString} renameLinus Groh
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