Package

io.gatling.recorder

har

Permalink

package har

Visibility
  1. Public
  2. All

Type Members

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

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

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

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

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

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

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

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

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

    Permalink

Value Members

  1. object HarMapping

    Permalink
  2. object HarReader

    Permalink

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

Ungrouped