Groovy Documentation

de.matrixweb.harhar.model
[Groovy] Class Response

java.lang.Object
  de.matrixweb.harhar.model.Response
All Implemented Interfaces:
Serializable

class Response
extends Object

Authors:
marwol


Property Summary
int bodySize

Content content

List cookies

List headers

int headersSize

String httpVersion

String redirectURL

int status

String statusText

 
Method Summary
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

bodySize

int bodySize


content

Content content


cookies

List cookies


headers

List headers


headersSize

int headersSize


httpVersion

String httpVersion


redirectURL

String redirectURL


status

int status


statusText

String statusText


 

Groovy Documentation