Packages

p

tapir

model

package model

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

Type Members

  1. case class ConnectionInfo(local: Option[InetSocketAddress], remote: Option[InetSocketAddress], secure: Option[Boolean]) extends Product with Serializable
  2. case class Cookie(name: String, value: String) extends Product with Serializable
  3. final case class Method(m: String) extends AnyVal with Product with Serializable
  4. class MultiQueryParams extends AnyRef
  5. case class Part[T](name: String, otherDispositionParams: Map[String, String], headers: Seq[(String, String)], body: T) extends Product with Serializable
  6. trait ServerRequest extends AnyRef
  7. case class SetCookie(name: String, value: String, maxAge: Option[Long] = None, domain: Option[String] = None, path: Option[String] = None, secure: Boolean = false, httpOnly: Boolean = false) extends Product with Serializable
  8. case class SetCookieValue(value: String, maxAge: Option[Long] = None, domain: Option[String] = None, path: Option[String] = None, secure: Boolean = false, httpOnly: Boolean = false) extends Product with Serializable
  9. type StatusCode = Int
  10. trait StatusCodes extends AnyRef
  11. case class UsernamePassword(username: String, password: Option[String]) extends Product with Serializable

Value Members

  1. object Cookie extends Serializable
  2. object Method extends Serializable
  3. object MultiQueryParams
  4. object Part extends Serializable
  5. object SetCookie extends Serializable
  6. object SetCookieValue extends Serializable
  7. object StatusCodes extends StatusCodes

Inherited from AnyRef

Inherited from Any

Ungrouped