puniverse / comsat

Fibers and actors for web development
docs.paralleluniverse.co/comsat
Other
598 stars 103 forks source link

HTTP Header case sensitivity in HttpMessage #58

Closed roded closed 8 years ago

roded commented 8 years ago

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.