summaryrefslogtreecommitdiff
path: root/Libraries/LibHTTP/HttpsJob.h
AgeCommit message (Expand)Author
2020-12-13LibCore: Make IODevice::read_line() return a StringAndreas Kling
2020-10-30LibProtocol+LibGemini+LibHTTP: Provide root certificates to LibTLSAnotherTest
2020-08-16LibHTTP: Remove unused private field m_queued_finish in HttpsJob (#3181)Nico Weber
2020-08-02ProtocolServer+LibTLS: Pipe certificate requests from LibTLS to clientsAnotherTest
2020-05-15LibCore: Make IODevice::can_read_line() constAnotherTest
2020-05-05LibHTTP: Unify and generalise response handling logicAnotherTest
2020-05-03LibTLS: "Properly" handle the server dropping the connectionAnotherTest
2020-05-02LibCore+LibHTTP: Move out the HTTP handler and add HTTPSAnotherTest