org.iainhull.resttest

Api

Related Docs: object Api | package resttest

trait Api extends AnyRef

Provides the main api for creating and sending REST Web service requests (as a trait for mixing in).

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

Type Members

  1. type HttpClient = (Api.Request) ⇒ Api.Response

    HttpClient

  2. type Method = Api.Method

    The HTTP Methods used to make a request

  3. type Request = Api.Request

    The HTTP Request

  4. type RequestBuilder = Api.RequestBuilder

    The HTTP RequestBuilder

  5. type Response = Api.Response

    The HTTP Response

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. val DELETE: Api.DELETE.type

  5. val GET: Api.GET.type

  6. val HEAD: Api.HEAD.type

  7. val PATCH: Api.PATCH.type

  8. val POST: Api.POST.type

  9. val PUT: Api.PUT.type

  10. val Request: Api.Request.type

  11. val RequestBuilder: Api.RequestBuilder.type

  12. val Response: Api.Response.type

  13. val Status: Api.Status.type

  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toHeaders(hs: (String, String)*): Map[String, List[String]]

  27. def toQueryString(qs: (String, String)*): String

  28. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped