Closed expede closed 4 years ago
Servant expects the charset to be present on plaintext requests: https://github.com/haskell-servant/servant/issues/1002
Charsets are technically optional, but strongly encouraged, especially in this age of UTF8.
Servant expects the charset to be present on plaintext requests: https://github.com/haskell-servant/servant/issues/1002
Charsets are technically optional, but strongly encouraged, especially in this age of UTF8.