Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setRequestPort :: Int -> Request -> Request

    http-conduit Network.HTTP.Simple

    Set the destination port of the request

  2. setRequestProxy :: Maybe Proxy -> Request -> Request

    http-conduit Network.HTTP.Simple

    Override the default proxy server settings

  3. setRequestQueryString :: Query -> Request -> Request

    http-conduit Network.HTTP.Simple

    Set the query string parameters

  4. setRequestResponseTimeout :: ResponseTimeout -> Request -> Request

    http-conduit Network.HTTP.Simple

    Set the maximum time to wait for a response

  5. setRequestSecure :: Bool -> Request -> Request

    http-conduit Network.HTTP.Simple

    Set whether this is a secureHTTPS (True) or insecureHTTP (False) request

  6. setCounter32 :: ChaChaState a => Word32 -> a -> a

    crypton Crypto.Cipher.ChaCha

    No documentation available.

  7. setCounter64 :: ChaChaState a => Word64 -> a -> a

    crypton Crypto.Cipher.ChaCha

    No documentation available.

  8. setFormat :: FormatOptions -> EncodeOptions -> EncodeOptions

    yaml Data.Yaml

    Set the encoding formatting for the encoded YAML. By default, this is defaultFormatOptions.

  9. setStringStyle :: (Text -> (Tag, Style)) -> EncodeOptions -> EncodeOptions

    yaml Data.Yaml

    Set the string style in the encoded YAML. This is a function that decides for each string the type of YAML string to output. WARNING: You must ensure that special strings (like "yes"/"no"/"null"/"1234") are not encoded with the Plain style, because then they will be decoded as boolean, null or numeric values. You can use isSpecialString to detect them. By default, strings are encoded as follows:

  10. setWidth :: Maybe Int -> FormatOptions -> FormatOptions

    yaml Data.Yaml

    Set the maximum number of columns in the YAML output, or Nothing for infinite. By default, the limit is 80 characters.

Page 176 of many | Previous | Next