Adds a new key-value pair to the headers without overriding the existing ones.
headers.add("Set-Cookie", "a=b"); headers.add("Set-Cookie", "b=c");
See Implementation
Adds a new key-value pair to the headers without overriding the existing ones.