Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
RequestBodyIO :: IO RequestBody -> RequestBodyhttp-client Network.HTTP.Client Allows creation of a RequestBody inside the IO monad, which is useful for making easier APIs (like setRequestBodyFile).
RequestBodyLBS :: ByteString -> RequestBodyhttp-client Network.HTTP.Client No documentation available.
RequestBodyStream :: Int64 -> GivesPopper () -> RequestBodyhttp-client Network.HTTP.Client No documentation available.
RequestBodyStreamChunked :: GivesPopper () -> RequestBodyhttp-client Network.HTTP.Client No documentation available.
WrongRequestBodyStreamSize :: Word64 -> Word64 -> HttpExceptionContenthttp-client Network.HTTP.Client The request body provided did not match the expected size. Provides the expected and actual size.
-
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.
getOriginalRequest :: Response a -> Requesthttp-client Network.HTTP.Client Retrieve the orignal Request from a Response Note that the requestBody is not available and always set to empty.
hrFinalRequest :: HistoriedResponse body -> Requesthttp-client Network.HTTP.Client The final request performed. Since 0.4.1
insertCookiesIntoRequest :: Request -> CookieJar -> UTCTime -> (Request, CookieJar)http-client Network.HTTP.Client This applies the computeCookieString to a given Request
managerModifyRequest :: ManagerSettings -> Request -> IO Requesthttp-client Network.HTTP.Client Perform the given modification to a Request before performing it. This function may be called more than once during request processing. see https://github.com/snoyberg/http-client/issues/350 Default: no modification Since 0.4.4