ladybird/Libraries/LibHTTP
Nico Weber 430b265cd4 AK: Rename KB, MB, GB to KiB, MiB, GiB
The SI prefixes "k", "M", "G" mean "10^3", "10^6", "10^9".
The IEC prefixes "Ki", "Mi", "Gi" mean "2^10", "2^20", "2^30".

Let's use the correct name, at least in code.

Only changes the name of the constants, no other behavior change.
2020-08-16 16:33:28 +02: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::can_read_line() const 2020-05-15 09:50:48 +02:00
HttpJob.h LibHTTP: Be more tolerant about bad chunked encoding trailers 2020-07-26 14:55:47 +02:00
HttpRequest.cpp ProtocolServer: Support request headers 2020-05-21 12:27:42 +02:00
HttpRequest.h ProtocolServer: Support request headers 2020-05-21 12:27:42 +02: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 Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t) 2020-08-06 10:33:16 +02:00
HttpsJob.h ProtocolServer+LibTLS: Pipe certificate requests from LibTLS to clients 2020-08-02 18:57:51 +02:00
Job.cpp AK: Rename KB, MB, GB to KiB, MiB, GiB 2020-08-16 16:33:28 +02:00
Job.h LibCore: Make IODevice::can_read_line() const 2020-05-15 09:50:48 +02:00