Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. setNeedLocalAddr :: Bool -> ServerSettings -> ServerSettings

    conduit-extra Data.Conduit.Network

    No documentation available.

  2. setPort :: HasPort a => Int -> a -> a

    conduit-extra Data.Conduit.Network

    No documentation available.

  3. setAfterBind :: HasAfterBind a => (Socket -> IO ()) -> a -> a

    conduit-extra Data.Conduit.Network.Unix

    No documentation available.

  4. setPath :: HasPath a => FilePath -> a -> a

    conduit-extra Data.Conduit.Network.Unix

    No documentation available.

  5. setQueryString :: [(ByteString, Maybe ByteString)] -> Request -> Request

    http-conduit Network.HTTP.Client.Conduit

    Set the query string to the given key/value pairs. Since 0.3.6

  6. setQueryStringPartialEscape :: [(ByteString, [EscapeItem])] -> Request -> Request

    http-conduit Network.HTTP.Client.Conduit

    Set the query string to the given key/value pairs.

  7. setRequestCheckStatus :: Request -> Request

    http-conduit Network.HTTP.Client.Conduit

    Modify the request so that non-2XX status codes generate a runtime StatusCodeException, by using throwErrorStatusCodes

  8. setRequestIgnoreStatus :: Request -> Request

    http-conduit Network.HTTP.Client.Conduit

    Modify the request so that non-2XX status codes do not generate a runtime StatusCodeException.

  9. setQueryString :: [(ByteString, Maybe ByteString)] -> Request -> Request

    http-conduit Network.HTTP.Conduit

    Set the query string to the given key/value pairs. Since 0.3.6

  10. setRequestBasicAuth :: ByteString -> ByteString -> Request -> Request

    http-conduit Network.HTTP.Simple

    Set basic auth with the given username and password

Page 158 of many | Previous | Next