v0.1.1 bugfix: correct HTTP header names
header for PHP is modified in some way like WSGI. they prefix it with HTTP_ and replace '-' by '_'. In haskell, I just need the raw header.
header for PHP is modified in some way like WSGI. they prefix it with HTTP_ and replace '-' by '_'. In haskell, I just need the raw header.