mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-03-29 04:29:59 +00:00
Add comprehensive tests for RFC 7230 compliance (header field names are case-insensitive): - HTTPReq: GetHeader, GetNumHeaders, UpdateHeader, RemoveHeader - HTTPRes: content_length(), is_chunked(), is_gzipped(), add_header, del_header, to_string() duplicate prevention These tests currently fail and document the expected behavior.