All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.matrixweb.harhar.model.Request.groovy Maven / Gradle / Ivy

Go to download

This project reads in Google HAR files and executes them according to the given cmdline options. This could be used as simple load-generator and load-testing tool.

The newest version!
package de.matrixweb.harhar.model


/**
 * @author marwol
 */
class Request implements Serializable {

  String method

  String url

  String httpVersion

  List headers

  List queryString

  List cookies

  int headersSize

  int bodySize

  PostData postData
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy