summaryrefslogtreecommitdiff
path: root/Libraries/LibHTTP
AgeCommit message (Expand)Author
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-05-21ProtocolServer: Support request headersAndreas Kling
2020-05-21LibHTTP: Handle chunk sizes that start with zeros correctlyAnotherTest
2020-05-17LibGemini+LibHTTP: Defer did_progress call to match other callbacksConrad Pankoff
2020-05-15LibCore: Make IODevice::can_read_line() constAnotherTest
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-12LibHTTP+ProtocolServer: Use CaseInsensitiveStringTraits for headersAndreas Kling
2020-05-12LibHTTP: Support Transfer-Encoding: chunkedAnotherTest
2020-05-05LibHTTP: Actually include query parameters when serializing raw requestShadowfacts
2020-05-05LibHTTP: Unify and generalise response handling logicAnotherTest
2020-05-03LibHTTP: Put some debug spam behind an #ifdefAndreas Kling
2020-05-03LibTLS: "Properly" handle the server dropping the connectionAnotherTest
2020-05-03ProtocolServer: Implement and handle download progressAnotherTest
2020-05-02LibHTTP: Trim received data to Content-LengthAnotherTest
2020-05-02LibTLS: Switch to Hash::Manager for hashing and add SHA1AnotherTest
2020-05-02LibTLS: Make enough stuff work to have a demo runAnotherTest
2020-05-02LibCore+LibHTTP: Move out the HTTP handler and add HTTPSAnotherTest