serv-0.1.0.0: Dependently typed API server framework

Safe HaskellNone
LanguageHaskell2010

Serv.Internal.URI

Documentation

class URIEncode a where Source #

Minimal complete definition

uriEncode

Methods

uriEncode :: a -> Text Source #

class URIDecode a where Source #

Minimal complete definition

uriDecode