uri-encoder-0.0.0.0: A uri encoder to make your strings less readable

Safe HaskellNone
LanguageHaskell2010

URI.Encoder

Description

functions for uri encoding/decoding ByteStrings

Synopsis

Documentation

enc :: ByteString -> ByteString Source #

enc - uri encodes a bytestring

dec :: ByteString -> ByteString Source #

dec - uri decodes a bytestring