napkin-0.5.11
Copyright(c) Soostone Inc 2020
LicenseAllRightsReserved
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Napkin.Utils.Web

Description

 
Synopsis

Documentation

openWebPage :: (MonadIO m, MonadCatch m) => URI -> m () #

urlencode :: ConvertUtf8 a ByteString => a -> Tagged "urlencoded" a #

urlencodedProxy :: Proxy "urlencoded" #

Can be used with Tagged to indicate any textual value is urlencoded. tagWith urlencodedProxy to wrap, proxy urlencodedProxy to unwrap.