Result

harness.http.client.HttpResponse$.Result
trait Result[ResponseBody]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type
Result[ResponseBody]

Members list

Concise view

Value members

Abstract methods

def bodyAsStringImpl(body: ResponseBody): HRIO[Logger, String]
def forwardBodyToPath(path: Path): HTask[Long]

Concrete methods

final def contentLengthInt: HTask[Option[Int]]
final def getContentLength: HTask[Long]
final def getContentLengthInt: HTask[Int]

Abstract fields

protected val _contentLength: Option[Long]
protected val _headers: Map[String, List[String]]
val body: ResponseBody
val responseCode: HttpCode

Concrete fields

final val contentLength: Option[Long]
final val headers: Map[String, List[String]]