com.sksamuel.scruffy

http

package http

Visibility
  1. Public
  2. All

Type Members

  1. abstract class HeaderKey extends AnyRef

  2. class HttpMethod extends AnyRef

  3. case class HttpStatus(code: Int, reasonPhrase: String) extends Product with Serializable

  4. class MediaType extends AnyRef

  5. case class Parameter(name: String, value: String) extends Product with Serializable

  6. case class Parameters(params: Seq[Parameter]) extends Product with Serializable

  7. case class Path(value: String) extends Product with Serializable

  8. case class Query(params: Seq[Parameter]) extends Product with Serializable

  9. case class Uri(scheme: String, user: Option[String], password: Option[String], host: String, port: Option[Int], path: Path, query: Query, fragment: Option[String]) extends Product with Serializable

Value Members

  1. object Headers

  2. object HttpMethod

  3. object HttpMethods

  4. object HttpStatus extends Serializable

  5. object MediaType

  6. object Query extends Serializable

  7. object Uri extends Serializable

Ungrouped