Tests are failing, but if I manually test examples - everything works fine.
Test logs:
remote: [tester::#AP6] Failed to read response:
remote: [tester::#AP6] Received: “” (no content received)
remote: [tester::#AP6] ^ error
remote: [tester::#AP6] Error: Expected: HTTP-version, Received: “”
remote: [tester::#AP6] Test failed (try setting ‘debug: true’ in your codecrafters.yml to see more details)
To handle headers dynamically, consider using unordered_map. (Keep in mind that HTTP headers are case-insensitive, so you may need to convert keys to lowercase before insertion to ensure reliable lookups.)