fission-codes / ipfs-haskell

IPFS wrapper for Haskell
https://hackage.haskell.org/package/ipfs
Apache License 2.0
43 stars 5 forks source link

File.Serialized no longer requires UTF8 for PlainText #21

Closed expede closed 4 years ago

expede commented 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.