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.
-
unix System.Posix.User.ByteString setUserID uid calls setuid to set the real, effective, and saved set-user-id associated with the current process to uid.
setRequestBodyChunks :: IO ByteString -> Request -> Requestwai Network.Wai Set the requestBody attribute on a request without triggering a deprecation warning. The supplied IO action should return the next chunk of the body each time it is called and empty when it has been fully consumed.
setRequestBodyChunks :: IO ByteString -> Request -> Requestwai Network.Wai.Internal Set the requestBody attribute on a request without triggering a deprecation warning. The supplied IO action should return the next chunk of the body each time it is called and empty when it has been fully consumed.
setQueryString :: [(ByteString, Maybe ByteString)] -> Request -> Requesthttp-client Network.HTTP.Client Set the query string to the given key/value pairs. Since 0.3.6
setQueryStringPartialEscape :: [(ByteString, [EscapeItem])] -> Request -> Requesthttp-client Network.HTTP.Client Set the query string to the given key/value pairs.
setRequestCheckStatus :: Request -> Requesthttp-client Network.HTTP.Client Modify the request so that non-2XX status codes generate a runtime StatusCodeException, by using throwErrorStatusCodes
setRequestIgnoreStatus :: Request -> Requesthttp-client Network.HTTP.Client Modify the request so that non-2XX status codes do not generate a runtime StatusCodeException.
setQueryString :: [(ByteString, Maybe ByteString)] -> Request -> Requesthttp-client Network.HTTP.Client.Internal Set the query string to the given key/value pairs. Since 0.3.6
setQueryStringPartialEscape :: [(ByteString, [EscapeItem])] -> Request -> Requesthttp-client Network.HTTP.Client.Internal Set the query string to the given key/value pairs.
setRequestCheckStatus :: Request -> Requesthttp-client Network.HTTP.Client.Internal Modify the request so that non-2XX status codes generate a runtime StatusCodeException, by using throwErrorStatusCodes