
14 Jun
2011
14 Jun
'11
12:01 p.m.
Jeremy, For proper URI encoding and decoding you can use our uri-encode[1] package. It builds on top of Network.URI. Unfortunately only available via github now, soon also available on hackage. Cheers, Sebastiaan [1] https://github.com/silkapp/uri-encode/blob/master/src/Network/URI/Encode.hs On Jun 14, 2011, at 5:23 AM, Jeremy Hughes wrote:
Hi,
The type of both host and path fields of http-enumerator's Request type is ByteString/Ascii. Does this mean using unicode URLs vai encodeUtf8 is a no go?
J