AnotherTest
3485613f4a
LibCore: Make IODevice::can_read_line() const
...
This also makes LibHTTP's Job::can_read_line() const, as IODevice was
keeping that from being const.
Fixes #2219
2020-05-15 09:50:48 +02:00
Andreas Kling
8b8a5fc6c6
LibHTTP+ProtocolServer: Use CaseInsensitiveStringTraits for headers
...
These are supposed to be interpreted caselessly so let's just use the
case insensitive traits throughout. This means we'll understand things
like "Content-Length" even when they send "content-length" etc.
2020-05-12 19:10:01 +02:00
AnotherTest
0fbcb3c5b6
LibHTTP: Support Transfer-Encoding: chunked
...
We advertise ourselves to servers as supporting HTTP/1.1; we should put
our money where our mouth is, and start supporting some of its features.
2020-05-12 13:28:57 +02:00
AnotherTest
155853afb2
LibHTTP: Unify and generalise response handling logic
2020-05-05 11:04:06 +02:00