Groovy Documentation

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

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

class Request
extends Object

Authors:
marwol


Property Summary
int bodySize

List cookies

List headers

int headersSize

String httpVersion

String method

PostData postData

List queryString

String url

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

Property Detail

bodySize

int bodySize


cookies

List cookies


headers

List headers


headersSize

int headersSize


httpVersion

String httpVersion


method

String method


postData

PostData postData


queryString

List queryString


url

String url


 

Groovy Documentation