Hi,
As HTTP headers are case insensitive by the specification, it would be useful to have the implementations of co.paralleluniverse.comsat.webactors.HttpMessage take that into account and apply some case normalization.
Otherwise (unless I'm missing something) checking for the existence of a header without regards for its case is a bit cumbersome.
Hi, As HTTP headers are case insensitive by the specification, it would be useful to have the implementations of
co.paralleluniverse.comsat.webactors.HttpMessage
take that into account and apply some case normalization. Otherwise (unless I'm missing something) checking for the existence of a header without regards for its case is a bit cumbersome.