Currently all headers are lower cased, e.g. Content-Type -> content-type.
I know that headers are case insensitive, but they should be case preserving.
Some faulty servers depend on a certain case and it would be nice to echo back exactly what was sent.
Currently all headers are lower cased, e.g.
Content-Type->content-type.I know that headers are case insensitive, but they should be case preserving.
Some faulty servers depend on a certain case and it would be nice to echo back exactly what was sent.