ResultFields

harness.http.client.HttpResponse$.ResultFields
See theResultFields companion object
final case class ResultFields[ResponseBody]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ResultFields[ResponseBody]

Members list

Value members

Concrete methods

def contentLengthInt: Task[Option[Int]]
def getContentLength: Task[Long]
def getContentLengthInt: Task[Int]
def withBody[ResponseBody2](body: ResponseBody2): ResultFields[ResponseBody2]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product