AhcFullResponse

class AhcFullResponse(ahcResponse: Response) extends FullResponse
class FullResponse
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def bodyAsByteBuffer: ByteBuffer

The response body as a ByteBuffer.

The response body as a ByteBuffer.

Definition Classes
FullResponse
def close(): Unit
override
def header(key: String): Option[String]

Get a response header.

Get a response header.

Definition Classes
FullResponse
override
def status: Int

The response status code.

The response status code.

Definition Classes
FullResponse
override
def statusText: String

The response status message.

The response status message.

Definition Classes
FullResponse
def underlying[A]: A
Returns

The underlying response object.

Concrete fields

lazy override
val allHeaders: Map[String, List[String]]

Return the headers of the response as a case-insensitive map

Return the headers of the response as a case-insensitive map

lazy override
val bodyAsString: String

The response body as String.

The response body as String.