summaryrefslogtreecommitdiff
path: root/Libraries/LibHTTP
AgeCommit message (Expand)Author
2020-12-31ProtocolServer: Avoid blocking all downloads when client stops readingAnotherTest
2020-12-30ProtocolServer: Stream the downloaded data if possibleAnotherTest
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-12-19LibHTTP: Make HTTPRequest::from_raw_request() take a ReadonlyBytesAndreas Kling
2020-12-19LibTLS: Even more ByteBuffer -> Span conversionAndreas Kling
2020-12-13LibCore: Make IODevice::read_line() return a StringAndreas Kling
2020-10-30LibProtocol+LibGemini+LibHTTP: Provide root certificates to LibTLSAnotherTest
2020-10-30LibHTTP+ProtocolServer+LibGemini: Remove Request::schedule()AnotherTest
2020-09-28ProtocolServer+LibWeb: Support more detailed HTTP requestsAndreas Kling
2020-09-25Meta+LibC through LibHTTP: Make clang-format-10 cleanBen Wiederhake
2020-08-19LibHTTP: Fix processing terminating chunkTom
2020-08-16LibHTTP: Remove unused private field m_queued_finish in HttpsJob (#3181)Nico Weber
2020-08-16AK: Rename KB, MB, GB to KiB, MiB, GiBNico Weber
2020-08-06Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)asynts
2020-08-02ProtocolServer+LibTLS: Pipe certificate requests from LibTLS to clientsAnotherTest
2020-07-26LibHTTP: Be more tolerant about bad chunked encoding trailersAnotherTest
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