Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

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

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

    http-client Network.HTTP.Client

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

  3. setRequestCheckStatus :: Request -> Request

    http-client Network.HTTP.Client

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

  4. setRequestIgnoreStatus :: Request -> Request

    http-client Network.HTTP.Client

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

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

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

    http-client Network.HTTP.Client.Internal

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

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

  8. setRequestIgnoreStatus :: Request -> Request

    http-client Network.HTTP.Client.Internal

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

  9. setUri :: MonadThrow m => Request -> URI -> m Request

    http-client Network.HTTP.Client.Internal

    Validate a URI, then add it to the request.

  10. setUriEither :: Request -> URI -> Either String Request

    http-client Network.HTTP.Client.Internal

    A variant of setUri that returns an error message on validation errors, instead of propagating them with throwM.

Page 146 of many | Previous | Next