Packages

p

sttp.tapir

model

package model

Ordering
  1. Alphabetic
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 Delimited[DELIMITER <: String, T](values: List[T]) extends Product with Serializable

    Used to represent lists of values delimited with DELIMITER.

    Used to represent lists of values delimited with DELIMITER.

    See also

    sttp.tapir.Codec.delimited

    sttp.tapir.Schema.schemaForDelimited

    CommaSeparated

  3. trait ServerRequest extends RequestMetadata
  4. class ServerRequestOverride extends ServerRequest
  5. sealed abstract class StatusCodeRange extends AnyRef
  6. class UnsupportedWebSocketFrameException extends WebSocketException
  7. case class UsernamePassword(username: String, password: Option[String]) extends Product with Serializable
  8. class WebSocketFrameDecodeFailure extends WebSocketException

Value Members

  1. object ConnectionInfo extends Serializable
  2. object StatusCodeRange

Ungrouped