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. setUserID :: UserID -> IO ()

    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.

  2. setRequestBodyChunks :: IO ByteString -> Request -> Request

    wai 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.

  3. setRequestBodyChunks :: IO ByteString -> Request -> Request

    wai 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.

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

    http-client Network.HTTP.Client

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

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

    http-client Network.HTTP.Client

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

  6. setRequestCheckStatus :: Request -> Request

    http-client Network.HTTP.Client

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

  7. setRequestIgnoreStatus :: Request -> Request

    http-client Network.HTTP.Client

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

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

    http-client Network.HTTP.Client.Internal

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

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

    http-client Network.HTTP.Client.Internal

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

  10. setRequestCheckStatus :: Request -> Request

    http-client Network.HTTP.Client.Internal

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

Page 163 of many | Previous | Next