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.
setNeedLocalAddr :: Bool -> ServerSettings -> ServerSettingsconduit-extra Data.Conduit.Network No documentation available.
setPort :: HasPort a => Int -> a -> aconduit-extra Data.Conduit.Network No documentation available.
setAfterBind :: HasAfterBind a => (Socket -> IO ()) -> a -> aconduit-extra Data.Conduit.Network.Unix No documentation available.
setPath :: HasPath a => FilePath -> a -> aconduit-extra Data.Conduit.Network.Unix No documentation available.
setQueryString :: [(ByteString, Maybe ByteString)] -> Request -> Requesthttp-conduit Network.HTTP.Client.Conduit Set the query string to the given key/value pairs. Since 0.3.6
setQueryStringPartialEscape :: [(ByteString, [EscapeItem])] -> Request -> Requesthttp-conduit Network.HTTP.Client.Conduit Set the query string to the given key/value pairs.
setRequestCheckStatus :: Request -> Requesthttp-conduit Network.HTTP.Client.Conduit Modify the request so that non-2XX status codes generate a runtime StatusCodeException, by using throwErrorStatusCodes
setRequestIgnoreStatus :: Request -> Requesthttp-conduit Network.HTTP.Client.Conduit Modify the request so that non-2XX status codes do not generate a runtime StatusCodeException.
setQueryString :: [(ByteString, Maybe ByteString)] -> Request -> Requesthttp-conduit Network.HTTP.Conduit Set the query string to the given key/value pairs. Since 0.3.6
setRequestBasicAuth :: ByteString -> ByteString -> Request -> Requesthttp-conduit Network.HTTP.Simple Set basic auth with the given username and password