serv-0.1.0.0: Dependently typed API server framework
Serv.Internal.URI
class URIEncode a where Source #
Minimal complete definition
uriEncode
Methods
uriEncode :: a -> Text Source #
class URIDecode a where Source #
uriDecode
uriDecode :: Text -> Either String a Source #
Instances
uriDecode :: Text -> Either String RawText Source #
fromByteString :: URIDecode a => ByteString -> Either String a Source #