Package

com.wix.e2e

http

Permalink

package http

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. http
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class BaseUri(host: String = "localhost", port: Int, contextRoot: Option[String] = None) extends Product with Serializable

    Permalink
    Annotations
    @implicitNotFound( ... )
  2. type HttpRequest = akka.http.scaladsl.model.HttpRequest

    Permalink
  3. type HttpResponse = akka.http.scaladsl.model.HttpResponse

    Permalink
  4. type RequestHandler = PartialFunction[HttpRequest, HttpResponse]

    Permalink
  5. type RequestTransformer = (HttpRequest) ⇒ HttpRequest

    Permalink

Value Members

  1. object WixHttpTestkitResources

    Permalink
  2. package api

    Permalink
  3. package exceptions

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped