ResponseClass

sealed trait ResponseClass
class Object
trait Matchable
class Any
object ClientError.type
object Informational.type
object Redirection.type
object ServerError.type
object Successful.type

Value members

Abstract methods

Concrete methods

final def unapply[F[_]](resp: Response[F]): Option[Response[F]]

Match a Response based on Status category

Match a Response based on Status category