Package | Description |
---|---|
edu.umass.cs.benchlab.har |
Core classes of the HAR library (
HarLog is the top object representing a HAR file in memory) |
Modifier and Type | Method and Description |
---|---|
HarPostData |
HarRequest.getPostData()
Returns the postData value.
|
Modifier and Type | Method and Description |
---|---|
void |
HarRequest.setPostData(HarPostData postData)
Sets the postData value.
|
Constructor and Description |
---|
HarRequest(java.lang.String method,
java.lang.String url,
java.lang.String httpVersion,
HarCookies cookies,
HarHeaders headers,
HarQueryString queryString,
HarPostData postData,
long headersSize,
long bodySize,
java.lang.String comment)
Creates a new
HarRequest object |
Copyright © 2011 Emmanuel Cecchet - University of Massachusetts - All Rights Reserved.