Object/Trait

com.avsystem.commons.rest

HttpBody

Related Docs: trait HttpBody | package rest

Permalink

object HttpBody

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpBody
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class NonEmpty(content: String, mimeType: String) extends HttpBody with Product with Serializable

    Permalink

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. object Empty extends HttpBody with Product with Serializable

    Permalink
  5. final val FormType: String("application/x-www-form-urlencoded")

    Permalink
  6. final val JsonType: String("application/json")

    Permalink
  7. final val PlainType: String("text/plain")

    Permalink
  8. def apply(content: String, mimeType: String): HttpBody

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. implicit def asRawNotFound[T](implicit forJson: ImplicitNotFound[AsRaw[JsonValue, T]]): ImplicitNotFound[AsRaw[HttpBody, T]]

    Permalink
    Annotations
    @implicitNotFound( ... )
  11. implicit def asRealNotFound[T](implicit forJson: ImplicitNotFound[AsReal[JsonValue, T]]): ImplicitNotFound[AsReal[HttpBody, T]]

    Permalink
    Annotations
    @implicitNotFound( ... )
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def createFormBody(values: Mapping[QueryValue]): HttpBody

    Permalink
  14. def createJsonBody(fields: Mapping[JsonValue]): HttpBody

    Permalink
  15. def empty: HttpBody

    Permalink
  16. implicit val emptyBodyForUnit: AsRawReal[HttpBody, Unit]

    Permalink
  17. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. implicit def httpBodyJsonAsRaw[T](implicit jsonAsRaw: AsRaw[JsonValue, T]): AsRaw[HttpBody, T]

    Permalink
  23. implicit def httpBodyJsonAsReal[T](implicit jsonAsReal: AsReal[JsonValue, T]): AsReal[HttpBody, T]

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def json(json: JsonValue): HttpBody

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. def parseFormBody(body: HttpBody): Mapping[QueryValue]

    Permalink
  30. def parseJsonBody(body: HttpBody): Mapping[JsonValue]

    Permalink
  31. def plain(content: commons.OptArg[String] = OptArg.Empty): HttpBody

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  34. def unapply(body: HttpBody): commons.Opt[(String, String)]

    Permalink
  35. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped