Trait

dispatch

RequestBuilderVerbs

Related Doc: package dispatch

Permalink

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

    Permalink
    Definition Classes
    RequestVerbs

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

    Permalink

    Add a new body part to the request.

  5. def addCookie(cookie: Cookie): Req

    Permalink

    Add a new cookie to the request.

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

    Permalink

    Add a new header to the request.

  7. def addOrReplaceCookie(cookie: Cookie): Req

    Permalink

    Add ore replace a cookie

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

    Permalink

    Add a new body parameter to the request.

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

    Permalink

    Add a new query parameter to the request.

  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def implyMethod(method: String): Req

    Permalink

    Set method unless method has been explicitly set using setMethod.

  18. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  22. def setBody(file: File): Req

    Permalink

    Set the request body to the contents of a File.

  23. def setBody(data: String): Req

    Permalink

    Set the request body using a string.

  24. def setBody(dataWriter: BodyGenerator): Req

    Permalink

    Set the request body using a BodyGenerator.

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

    Permalink

    Set the request body using a BodyGenerator and length.

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

    Permalink

    Set the request body from a byte array.

  27. def setBodyEncoding(charset: Charset): Req

    Permalink

    Set the body encoding to the specified charset.

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

    Permalink

    Set the content type and charset for the request.

  29. def setFollowRedirects(followRedirects: Boolean): Req

    Permalink

    Set the follow redirects setting

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

    Permalink

    Set a header

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

    Permalink

    Set multiple headers

  32. def setMethod(method: String): Req

    Permalink

    Explicitly set the method of the request.

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

    Permalink

    Set form parameters

  34. def setProxyServer(proxyServer: ProxyServer): Req

    Permalink

    Set the proxy server for the request

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

    Permalink

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

  36. def setRealm(realm: Realm): Req

    Permalink

    Set auth realm

  37. def setUrl(url: String): Req

    Permalink

    Set the url of the request.

  38. def setVirtualHost(virtualHost: String): Req

    Permalink

    Set the virual hostname

  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 RequestVerbs

Inherited from AnyRef

Inherited from Any

Ungrouped