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.
Loading
Please register or sign in to comment
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.