Trait

com.github.agourlay.cornichon.http

HttpDsl

Related Doc: package http

Permalink

trait HttpDsl extends HttpRequestsDsl

Self Type
CornichonFeature with Dsl
Linear Supertypes
HttpRequestsDsl, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpDsl
  2. HttpRequestsDsl
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def HttpListenTo(label: String, port: Int): BodyElementCollector[Step, Step]

    Permalink
  5. def WithBasicAuth(userName: String, password: String): BodyElementCollector[Step, Seq[Step]]

    Permalink
  6. def WithHeaders(headers: (String, String)*): BodyElementCollector[Step, Seq[Step]]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def body: JsonAssertion

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def delete(url: String): HttpRequest[String]

    Permalink
    Definition Classes
    HttpRequestsDsl
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def get(url: String): HttpRequest[String]

    Permalink
    Definition Classes
    HttpRequestsDsl
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. def head(url: String): HttpRequest[String]

    Permalink
    Definition Classes
    HttpRequestsDsl
  18. def headers: HeadersAssertion

    Permalink
  19. def httpListen(label: String): HttpListen

    Permalink
  20. implicit def httpRequestToStep[A](request: HttpRequest[A])(implicit arg0: Show[A], arg1: Resolvable[A], arg2: Encoder[A]): EffectStep

    Permalink
  21. implicit def httpStreamedRequestToStep(request: HttpStreamedRequest): EffectStep

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def open_sse(url: String, takeWithin: FiniteDuration): HttpStreamedRequest

    Permalink
  27. def options(url: String): HttpRequest[String]

    Permalink
    Definition Classes
    HttpRequestsDsl
  28. def patch(url: String): HttpRequest[String]

    Permalink
    Definition Classes
    HttpRequestsDsl
  29. def post(url: String): HttpRequest[String]

    Permalink
    Definition Classes
    HttpRequestsDsl
  30. def put(url: String): HttpRequest[String]

    Permalink
    Definition Classes
    HttpRequestsDsl
  31. implicit def queryGqlToStep(queryGQL: QueryGQL): EffectStep

    Permalink
  32. def query_gql(url: String): QueryGQL

    Permalink
  33. def save_body_path(args: (String, String)*): EffectStep

    Permalink
  34. def show_last_response_body: DebugStep

    Permalink
  35. def show_last_response_body_as_json: DebugStep

    Permalink
  36. def show_last_response_headers: DebugStep

    Permalink
  37. def show_last_status: DebugStep

    Permalink
  38. def status: StatusAssertion.type

    Permalink
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from HttpRequestsDsl

Inherited from AnyRef

Inherited from Any

Ungrouped