HttpComponentsClientResponse

org.scalatra.test.HttpComponentsClientResponse
case class HttpComponentsClientResponse(res: ClassicHttpResponse) extends ClientResponse

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited classlikes

object header

Attributes

Inherited from:
ClientResponse
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def headers: Map[String, Seq[String]]
def inputStream: InputStream

Inherited methods

def body: String

Attributes

Inherited from:
ClientResponse
def charset: Option[String]

Attributes

Inherited from:
ClientResponse
def getContent(): String

Attributes

Inherited from:
ClientResponse
def getContentBytes(): Array[Byte]

Attributes

Inherited from:
ClientResponse
def getContentType(): String

Attributes

Inherited from:
ClientResponse
def getHeader(name: String): String

Attributes

Inherited from:
ClientResponse
def getHeaderNames(): Enumeration[String]

Attributes

Inherited from:
ClientResponse
def getHeaderValues(name: String): Enumeration[String]

Attributes

Inherited from:
ClientResponse
def getLongHeader(name: String): Long

Attributes

Inherited from:
ClientResponse
def getReason(): String

Attributes

Inherited from:
ClientResponse
def mediaType: Option[String]

Attributes

Inherited from:
ClientResponse
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def status: Int

Attributes

Inherited from:
ClientResponse

Concrete fields

lazy val bodyBytes: Array[Byte]