Safe Haskell | None |
---|---|
Language | Haskell98 |
Qtc.Core.QUrl
Description
Documentation
encodedQuery :: QUrl a -> () -> IO String Source
qUrlFromAce :: String -> IO String Source
qUrlFromLocalFile :: String -> IO (QUrl ()) Source
qUrlFromPunycode :: String -> IO String Source
hasFragment :: QUrl a -> () -> IO Bool Source
qUrlIdnWhitelist :: () -> IO [String] Source
removeAllQueryItems :: QUrl a -> String -> IO () Source
removeQueryItem :: QUrl a -> String -> IO () Source
setAuthority :: QUrl a -> String -> IO () Source
setEncodedQuery :: QUrl a -> String -> IO () Source
setFragment :: QUrl a -> String -> IO () Source
qUrlSetIdnWhitelist :: [String] -> IO () Source
Instances
setUserInfo :: QUrl a -> String -> IO () Source
setUserName :: QUrl a -> String -> IO () Source
class QtoEncoded x1 where Source
Instances
toLocalFile :: QUrl a -> () -> IO String Source
class QqUrlToPercentEncoding x1 where Source
Methods
qUrlToPercentEncoding :: x1 -> IO String Source
qUrlToPunycode :: String -> IO String Source
qUrl_delete :: QUrl a -> IO () Source