SimpleResponse

final case class SimpleResponse(statusCode: Int, headers: Map[String, String], body: Option[String])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def is2xx: Boolean
def is3xx: Boolean
def is4xx: Boolean
def is5xx: Boolean

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product