io.gatling.recorder

har

package har

Visibility
  1. Public
  2. All

Type Members

  1. case class Content(mimeType: String, text: Option[String]) extends Product with Serializable

  2. case class Entry(sendTime: Long, arrivalTime: Long, request: Request, response: Response) extends Product with Serializable

  3. case class Header(name: String, value: String) extends Product with Serializable

  4. case class HttpArchive(log: Log) extends Product with Serializable

  5. case class Log(exchanges: Seq[Entry]) extends Product with Serializable

  6. case class PostData(mimeType: String, text: String, params: Seq[PostParam]) extends Product with Serializable

  7. case class PostParam(name: String, value: String) extends Product with Serializable

  8. case class Request(method: String, url: String, headers: Seq[Header], postData: Option[PostData]) extends Product with Serializable

  9. case class Response(status: Int, content: Content) extends Product with Serializable

Value Members

  1. object HarMapping

  2. object HarReader

    Implementation according to http://www.softwareishard.com/blog/har-12-spec/

Ungrouped