Trait

com.github.agourlay.cornichon.http

HttpDsl

Related Doc: package http

Permalink

trait HttpDsl extends HttpRequestsDsl

Self Type
BaseFeature 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(interface: Option[String], portRange: Option[Range])(label: String): 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. def addToWithHeaders(name: String, value: String)(s: Session): Session

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def body: JsonStepBuilder

    Permalink
  10. def clone(): AnyRef

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    HttpRequestsDsl
  19. def headers: HeadersStepBuilder

    Permalink
  20. def httpListen(label: String): HttpListenStepBuilder

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

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

    Permalink
  23. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    HttpRequestsDsl
  32. implicit def queryGqlToHttpRequest(queryGQL: QueryGQL): HttpRequest[String]

    Permalink
  33. implicit def queryGqlToStep(queryGQL: QueryGQL): EffectStep

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

    Permalink
  35. def save_body(target: String): EffectStep

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

    Permalink
  37. def save_header_value(args: (String, String)*): EffectStep

    Permalink
  38. def show_last_body: DebugStep

    Permalink
  39. def show_last_body_json: DebugStep

    Permalink
  40. def show_last_headers: DebugStep

    Permalink
  41. def show_last_response: DebugStep

    Permalink
  42. def show_last_response_json: DebugStep

    Permalink
  43. def show_last_status: DebugStep

    Permalink
  44. def status: StatusStepBuilder.type

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

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

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

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

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

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

Inherited from HttpRequestsDsl

Inherited from AnyRef

Inherited from Any

Ungrouped