| Copyright | (c) Soostone Inc 2020 |
|---|---|
| License | AllRightsReserved |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
Napkin.Utils.Web
Description
Synopsis
- openWebPage :: (MonadIO m, MonadCatch m) => URI -> m ()
- urlencode :: ConvertUtf8 a ByteString => a -> Tagged "urlencoded" a
- urlencodedProxy :: Proxy "urlencoded"
- data BrowserException
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, to unwrap.proxy
urlencodedProxy
data BrowserException #
Constructors
| NoBrowserFoundException Text | |
| BrowserInvocationException Text |
Instances
| Show BrowserException # | |
Defined in Napkin.Utils.Web Methods showsPrec :: Int -> BrowserException -> ShowS # show :: BrowserException -> String # showList :: [BrowserException] -> ShowS # | |
| Exception BrowserException # | |
Defined in Napkin.Utils.Web Methods toException :: BrowserException -> SomeException # | |