Qtc.Network.QHstsPolicy
Contents
Documentation
class QqHstsPolicy x1 where #
Methods
qHstsPolicy :: x1 -> IO (QHstsPolicy ()) #
Instances
| QqHstsPolicy () # | |
Defined in Qtc.Network.QHstsPolicy Methods qHstsPolicy :: () -> IO (QHstsPolicy ()) #  | |
| QqHstsPolicy (QHstsPolicy t1) # | |
Defined in Qtc.Network.QHstsPolicy Methods qHstsPolicy :: QHstsPolicy t1 -> IO (QHstsPolicy ()) #  | |
| QqHstsPolicy (QDateTime t1, PolicyFlags, String) # | |
Defined in Qtc.Network.QHstsPolicy Methods qHstsPolicy :: (QDateTime t1, PolicyFlags, String) -> IO (QHstsPolicy ()) #  | |
| QqHstsPolicy (QDateTime t1, PolicyFlags, String, ParsingMode) # | |
Defined in Qtc.Network.QHstsPolicy Methods qHstsPolicy :: (QDateTime t1, PolicyFlags, String, ParsingMode) -> IO (QHstsPolicy ()) #  | |
class QqHstsPolicy_nf x1 where #
Methods
qHstsPolicy_nf :: x1 -> IO (QHstsPolicy ()) #
Instances
| QqHstsPolicy_nf () # | |
Defined in Qtc.Network.QHstsPolicy Methods qHstsPolicy_nf :: () -> IO (QHstsPolicy ()) #  | |
| QqHstsPolicy_nf (QHstsPolicy t1) # | |
Defined in Qtc.Network.QHstsPolicy Methods qHstsPolicy_nf :: QHstsPolicy t1 -> IO (QHstsPolicy ()) #  | |
| QqHstsPolicy_nf (QDateTime t1, PolicyFlags, String) # | |
Defined in Qtc.Network.QHstsPolicy Methods qHstsPolicy_nf :: (QDateTime t1, PolicyFlags, String) -> IO (QHstsPolicy ()) #  | |
| QqHstsPolicy_nf (QDateTime t1, PolicyFlags, String, ParsingMode) # | |
Defined in Qtc.Network.QHstsPolicy Methods qHstsPolicy_nf :: (QDateTime t1, PolicyFlags, String, ParsingMode) -> IO (QHstsPolicy ()) #  | |
expiry :: QHstsPolicy a -> () -> IO (QDateTime ()) #
includesSubDomains :: QHstsPolicy a -> () -> IO Bool #
isExpired :: QHstsPolicy a -> () -> IO Bool #
setExpiry :: QHstsPolicy a -> QDateTime t1 -> IO () #
setIncludesSubDomains :: QHstsPolicy a -> Bool -> IO () #
qHstsPolicy_delete :: QHstsPolicy a -> IO () #
Orphan instances
| QsetHost (QHstsPolicy a) String # | |
Methods setHost :: QHstsPolicy a -> String -> IO () #  | |
| Qhost (QHstsPolicy a) ComponentFormattingOptions # | |
Methods host :: QHstsPolicy a -> ComponentFormattingOptions -> IO String #  | |
| Qhost (QHstsPolicy a) () # | |
Methods host :: QHstsPolicy a -> () -> IO String #  | |
| Qqswap (QHstsPolicy ()) (QHstsPolicy t1) # | |
Methods qswap :: QHstsPolicy () -> QHstsPolicy t1 -> IO () #  | |
| Qqswap (QHstsPolicySc a) (QHstsPolicy t1) # | |
Methods qswap :: QHstsPolicySc a -> QHstsPolicy t1 -> IO () #  | |
| QsetHost (QHstsPolicy a) (String, ParsingMode) # | |
Methods setHost :: QHstsPolicy a -> (String, ParsingMode) -> IO () #  | |