Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class FromJsonException(message: String) extends DecodeException with Product with Serializable
  2. trait HttpClient extends AnyRef
  3. case class NotAcceptableException(message: String) extends DecodeException with Product with Serializable
  4. case class ToJsonException(message: String) extends EncodeException with Product with Serializable
  5. case class UnexpectedJsonException(message: String) extends DecodeException with Product with Serializable

Value Members

  1. object HttpClientImpl extends HttpClient

Ungrouped