Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. RequestBodyBS :: ByteString -> RequestBody

    http-client Network.HTTP.Client

    No documentation available.

  2. RequestBodyBuilder :: Int64 -> Builder -> RequestBody

    http-client Network.HTTP.Client

    No documentation available.

  3. RequestBodyIO :: IO RequestBody -> RequestBody

    http-client Network.HTTP.Client

    Allows creation of a RequestBody inside the IO monad, which is useful for making easier APIs (like setRequestBodyFile).

  4. RequestBodyLBS :: ByteString -> RequestBody

    http-client Network.HTTP.Client

    No documentation available.

  5. RequestBodyStream :: Int64 -> GivesPopper () -> RequestBody

    http-client Network.HTTP.Client

    No documentation available.

  6. RequestBodyStreamChunked :: GivesPopper () -> RequestBody

    http-client Network.HTTP.Client

    No documentation available.

  7. WrongRequestBodyStreamSize :: Word64 -> Word64 -> HttpExceptionContent

    http-client Network.HTTP.Client

    The request body provided did not match the expected size. Provides the expected and actual size.

  8. defaultRequest :: Request

    http-client Network.HTTP.Client

    A default request value, a GET request of localhost/:80, with an empty request body. Note that the default checkResponse does nothing.

  9. getOriginalRequest :: Response a -> Request

    http-client Network.HTTP.Client

    Retrieve the orignal Request from a Response Note that the requestBody is not available and always set to empty.

  10. hrFinalRequest :: HistoriedResponse body -> Request

    http-client Network.HTTP.Client

    The final request performed. Since 0.4.1

Page 159 of many | Previous | Next