Copyright | (c) 2022 Edward Yang |
---|---|
License | MIT |
Safe Haskell | None |
Language | Haskell2010 |
This module is for internal-use and does not follow pvp versioning policies.
Synopsis
- renderCookies :: HasCookies a Cookies => a -> Text
- getProxyType :: HasProxy a (Maybe Proxy) => a -> Maybe Text
- getProxyAddress :: HasProxy a (Maybe Proxy) => a -> Maybe Text
- getProxyPort :: HasProxy a (Maybe Proxy) => a -> Maybe Int
- getProxyUsername :: HasProxy a (Maybe Proxy) => a -> Maybe Text
- getProxyPassword :: HasProxy a (Maybe Proxy) => a -> Maybe Text
Documentation
renderCookies :: HasCookies a Cookies => a -> Text Source #
Render the cookies as a lazy text.
getProxyType :: HasProxy a (Maybe Proxy) => a -> Maybe Text Source #
Retrieve the proxy's type as, converted into Text
.
getProxyAddress :: HasProxy a (Maybe Proxy) => a -> Maybe Text Source #
Retrieve the proxy's host address.