xenomachina
04/03/2018, 4:15 PMResponse represents the headers as a List<Pair<String,String?>>. My code converts this into (effectively) a Map<String, List<String?>>, and so I was getting odd behavior if I set the same header but with different cases in a single Response. Normalizing the header names myself isn't a big deal.