HTTP module:Network -package:amazonka-apigateway package:http-client

An exception which may be generated by this library
Most exceptions are specific to a Request. Inspect the HttpExceptionContent value for details on what occurred.
An exception was thrown when inflating a response body.
A convenience wrapper around withResponse which reads in the entire response body and immediately closes the connection. Note that this function performs fully strict I/O, and only uses a lazy ByteString in its response for memory efficiency. If you are anticipating a large response body, you are encouraged to use withResponse and brRead instead. Since 0.1.0
A convenient wrapper around withResponse which ignores the response body. This is useful, for example, when performing a HEAD request. Since 0.3.2
Get a Response without any redirect following.
Get a Response without any redirect following. This extended version of httpRaw also returns the potentially modified Request.
Redirect loop.
Redirect loop. This extended version of httpRaw also returns the Request potentially modified by managerModifyRequest.