t

dispatch

RequestBuilderVerbs

trait RequestBuilderVerbs extends RequestVerbs

Linear Supertypes
RequestVerbs, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RequestBuilderVerbs
  2. RequestVerbs
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def subject: Req
    Definition Classes
    RequestVerbs

Concrete 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. def addBodyPart(part: Part): Req

    Add a new body part to the request.

  5. def addCookie(cookie: Cookie): Req

    Add a new cookie to the request.

  6. def addHeader(name: String, value: String): Req

    Add a new header to the request.

  7. def addOrReplaceCookie(cookie: Cookie): Req

    Add ore replace a cookie

  8. def addParameter(key: String, value: String): Req

    Add a new body parameter to the request.

  9. def addQueryParameter(name: String, value: String): Req

    Add a new query parameter to the request.

  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def implyMethod(method: String): Req

    Set method unless method has been explicitly set using setMethod.

  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def setBody(file: File): Req

    Set the request body to the contents of a File.

  23. def setBody(data: String): Req

    Set the request body using a string.

  24. def setBody(dataWriter: BodyGenerator): Req

    Set the request body using a BodyGenerator.

  25. def setBody(dataWriter: BodyGenerator, length: Long): Req

    Set the request body using a BodyGenerator and length.

  26. def setBody(data: Array[Byte]): Req

    Set the request body from a byte array.

  27. def setBodyEncoding(charset: Charset): Req

    Set the body encoding to the specified charset.

  28. def setContentType(mediaType: String, charset: Charset): Req

    Set the content type and charset for the request.

  29. def setFollowRedirects(followRedirects: Boolean): Req

    Set the follow redirects setting

  30. def setHeader(name: String, value: String): Req

    Set a header

  31. def setHeaders(headers: Map[String, Seq[String]]): Req

    Set multiple headers

  32. def setMethod(method: String): Req

    Explicitly set the method of the request.

  33. def setParameters(parameters: Map[String, Seq[String]]): Req

    Set form parameters

  34. def setProxyServer(proxyServer: ProxyServer): Req

    Set the proxy server for the request

  35. def setQueryParameters(params: Map[String, Seq[String]]): Req

    Set query parameters, overwriting any pre-existing query parameters.

  36. def setRealm(realm: Realm): Req

    Set auth realm

  37. def setUrl(url: String): Req

    Set the url of the request.

  38. def setVirtualHost(virtualHost: String): Req

    Set the virual hostname

  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from RequestVerbs

Inherited from AnyRef

Inherited from Any

Ungrouped