io.gatling.http

fetch

package fetch

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. fetch
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class CssRawResource(rawUrl: String) extends RawResource with Product with Serializable

  2. case class CssResource(uri: UriComponents) extends EmbeddedResource with Product with Serializable

  3. case class CssResourceFetched(uri: UriComponents, status: Status, sessionUpdates: (Session) ⇒ Session, statusCode: Option[Int], lastModifiedOrEtag: Option[String], content: String) extends ResourceFetched with Product with Serializable

  4. sealed abstract class EmbeddedResource extends AnyRef

  5. implicit final class EmbeddedResourcesFilters extends AnyVal

  6. class HtmlParser extends StrictLogging

  7. case class HtmlResources(rawResources: Seq[RawResource], base: Option[String]) extends Product with Serializable

  8. case class InferredPageResources(expire: String, requests: List[HttpRequest]) extends Product with Serializable

  9. sealed abstract class RawResource extends AnyRef

  10. case class RegularRawResource(rawUrl: String) extends RawResource with Product with Serializable

  11. case class RegularResource(uri: UriComponents) extends EmbeddedResource with Product with Serializable

  12. case class RegularResourceFetched(uri: UriComponents, status: Status, sessionUpdates: (Session) ⇒ Session) extends ResourceFetched with Product with Serializable

  13. sealed trait ResourceFetched extends AnyRef

  14. class ResourceFetcher extends BaseActor

  15. case class UserAgent(name: String, version: Float) extends Product with Serializable

Value Members

  1. object CssParser extends StrictLogging

  2. object EmbeddedResource

  3. object HtmlParser

  4. object ResourceFetcher extends StrictLogging

  5. object UserAgent extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped