captcha-core-0.1.0.1: A package for integrating a variety of captcha solving services.
Copyright(c) 2022 Edward Yang
LicenseMIT
Safe HaskellNone
LanguageHaskell2010

Captcha.Internal

Description

This module is for internal-use and does not follow pvp versioning policies.

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.