HttpResponse

class Object
trait Matchable
class Any

Value members

Abstract methods

def asString: String
Returns

the body as a string

def code: Int
def headers: Map[String, Seq[String]]

Concrete methods

def isSuccess: Boolean
def json: Either[ParsingFailure, Json]
def parse[T](implicit evidence$1: Decoder[T]): Either[Error, T]
def status: Int