Package

tapir

model

Permalink

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

    Permalink
  2. case class Cookie(name: String, value: String) extends Product with Serializable

    Permalink
  3. final case class Method(m: String) extends AnyVal with Product with Serializable

    Permalink
  4. class MultiQueryParams extends AnyRef

    Permalink
  5. case class Part[T](name: String, otherDispositionParams: Map[String, String], headers: Seq[(String, String)], body: T) extends Product with Serializable

    Permalink
  6. trait ServerRequest extends AnyRef

    Permalink
  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

    Permalink
  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

    Permalink
  9. type StatusCode = Int

    Permalink
  10. trait StatusCodes extends AnyRef

    Permalink
  11. case class UsernamePassword(username: String, password: Option[String]) extends Product with Serializable

    Permalink

Value Members

  1. object Cookie extends Serializable

    Permalink
  2. object Method extends Serializable

    Permalink
  3. object MultiQueryParams

    Permalink
  4. object Part extends Serializable

    Permalink
  5. object SetCookie extends Serializable

    Permalink
  6. object SetCookieValue extends Serializable

    Permalink
  7. object StatusCodes extends StatusCodes

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped