package util
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class FromJsonException(message: String) extends DecodeException with Product with Serializable
- trait HttpClient extends AnyRef
- case class NotAcceptableException(message: String) extends DecodeException with Product with Serializable
- case class ToJsonException(message: String) extends EncodeException with Product with Serializable
- case class UnexpectedJsonException(message: String) extends DecodeException with Product with Serializable
Value Members
- object HttpClientImpl extends HttpClient