index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ladybird
/
RequestManagerQt.cpp
Age
Commit message (
Expand
)
Author
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-02-24
Ladybird: Consider HTTP response a success if it has a status code
Andreas Kling
2023-02-10
Ladybird: Teach RequestManagerQt how to handle every valid HTTP method
Luke Wilde
2022-12-30
Ladybird: Tell Qt that we manually handle the Cookie header
Luke Wilde
2022-12-25
Ladybird: Update for AK::{String => DeprecatedString} rename
Linus Groh
2022-12-25
Ladybird: Disable HTTP2 as it's significantly slower
Andreas Kling
2022-12-25
Ladybird/RequestManagerQt: Unwrap multiple cookies masquerading as one
Andreas Kling
2022-12-25
Ladybird/Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-12-25
Ladybird: Enable HTTP pipelining
Andreas Kling
2022-12-25
Ladybird: Actually add request headers to outgoing HTTP requests
Andreas Kling
2022-12-25
Ladybird: Fix compilation on macOS/Clang
Daniel Bertalan
2022-12-25
Ladybird: Tell Qt to let us manage HTTP redirects ourselves
Andreas Kling
2022-12-25
Ladybird: Update for removal of StringView(char const*)
Andreas Kling
2022-12-25
Ladybird: Use QtNetwork for HTTP and HTTPS requests
Andreas Kling