Trait/Object

com.github.agourlay.cornichon.http

HttpDsl

Related Docs: object HttpDsl | package http

Permalink

trait HttpDsl extends HttpDslOps with HttpRequestsDsl

Self Type
BaseFeature with Dsl
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpDsl
  2. HttpRequestsDsl
  3. HttpDslOps
  4. AnyRef
  5. 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 WithBasicAuth(userName: String, password: String): BodyElementCollector[Step, Seq[Step]]

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

    Permalink
  6. def addToWithHeaders(name: String, value: String)(s: Session): Either[CornichonError, Session]

    Permalink
    Definition Classes
    HttpDslOps
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. lazy val baseUrl: String

    Permalink
  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. lazy val http: HttpService

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

    Permalink
  22. def httpServiceByURL(baseUrl: String, timeout: FiniteDuration = requestTimeout): HttpService

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

    Permalink
  24. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  36. def removeFromWithHeaders(name: String)(s: Session): Either[CornichonError, Session]

    Permalink
    Definition Classes
    HttpDslOps
  37. lazy val requestTimeout: FiniteDuration

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

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

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

    Permalink
  41. def show_last_body: DebugStep

    Permalink
  42. def show_last_body_json: DebugStep

    Permalink
  43. def show_last_headers: DebugStep

    Permalink
  44. def show_last_response: DebugStep

    Permalink
  45. def show_last_response_json: DebugStep

    Permalink
  46. def show_last_status: DebugStep

    Permalink
  47. def show_with_headers: DebugStep

    Permalink
  48. def status: StatusStepBuilder.type

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

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

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

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

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

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

Inherited from HttpRequestsDsl

Inherited from HttpDslOps

Inherited from AnyRef

Inherited from Any

Ungrouped