captcha-core-0.1.0.0
Safe HaskellNone
LanguageHaskell2010

Captcha.Internal

Synopsis

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.

getProxyPort :: HasProxy a (Maybe Proxy) => a -> Maybe Int Source #

Retrieve the proxy's port.

getProxyUsername :: HasProxy a (Maybe Proxy) => a -> Maybe Text Source #

Retrieve the proxy's authentication username.

getProxyPassword :: HasProxy a (Maybe Proxy) => a -> Maybe Text Source #

Retrieve the proxy's authentication password.