Files
ladybird/Libraries/LibHTTP/Header.h
Timothy Flynn 0652a33043 LibHTTP: Return a StringView from HTTP::normalize_header_value
This lets callers that do not need a string avoid a needless allocation.
All callers that do need a string will already either:

* Turn it into a ByteString themselves
* Pass this along to the isomorphic encoder
2026-02-26 22:27:46 +01:00

1.4 KiB