package http
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class AuthRealm(userName: String, password: Option[String]) extends Product with Serializable
- final case class Config(client: Client, connect: Connect) extends Product with Serializable
- final class Handle extends AnyRef
- final case class HttpResponse(code: Int, content: String) extends Product with Serializable