1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 04:27:40 +00:00
serenity/Libraries/LibHTTP
Andreas Kling 48d74c5356 LibHTTP: Make HTTPRequest::from_raw_request() take a ReadonlyBytes
This allows us to get rid of some ByteBuffer::wrap() usage.
2020-12-19 18:29:13 +01:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Forward.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
HttpJob.cpp LibCore: Make IODevice::read_line() return a String 2020-12-13 11:54:11 +01:00
HttpJob.h LibCore: Make IODevice::read_line() return a String 2020-12-13 11:54:11 +01:00
HttpRequest.cpp LibHTTP: Make HTTPRequest::from_raw_request() take a ReadonlyBytes 2020-12-19 18:29:13 +01:00
HttpRequest.h LibHTTP: Make HTTPRequest::from_raw_request() take a ReadonlyBytes 2020-12-19 18:29:13 +01:00
HttpResponse.cpp LibHTTP+ProtocolServer: Use CaseInsensitiveStringTraits for headers 2020-05-12 19:10:01 +02:00
HttpResponse.h LibHTTP+ProtocolServer: Use CaseInsensitiveStringTraits for headers 2020-05-12 19:10:01 +02:00
HttpsJob.cpp LibTLS: Even more ByteBuffer -> Span conversion 2020-12-19 18:29:13 +01:00
HttpsJob.h LibCore: Make IODevice::read_line() return a String 2020-12-13 11:54:11 +01:00
Job.cpp LibCore: Make IODevice::read_line() return a String 2020-12-13 11:54:11 +01:00
Job.h LibCore: Make IODevice::read_line() return a String 2020-12-13 11:54:11 +01:00