ResponseClass

org.http4s.Status$.ResponseClass
sealed trait ResponseClass

Attributes

Source:
Status.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ClientError.type
object Informational.type
object Redirection.type
object ServerError.type
object Successful.type

Members list

Concise view

Value members

Abstract methods

Attributes

Source:
Status.scala

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

Attributes

Source:
Status.scala