org.http4s.client
package org.http4s.client
Type members
Classlikes
class ConnectionFailure(val requestKey: RequestKey, val upstream: InetSocketAddress, val cause: Throwable) extends IOException
Indicates a failure to establish a client connection, preserving the request key that we tried to connect to.
Indicates a failure to establish a client connection, preserving the request key that we tried to connect to.
- Companion
- object
Represents a key for requests that can conceivably share a Connection.
Represents a key for requests that can conceivably share a Connection.
- Companion
- object
final case class UnexpectedStatus(status: Status, requestMethod: Method, requestUri: Uri) extends RuntimeException with NoStackTrace