Packages

p

sttp.tapir

static

package static

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

Type Members

  1. case class HeadInput(path: List[String]) extends Product with Serializable
  2. trait HeadOutput extends AnyRef
  3. trait StaticErrorOutput extends AnyRef
  4. case class StaticInput(path: List[String], ifNoneMatch: Option[List[ETag]], ifModifiedSince: Option[Instant], range: Option[Range], acceptEncoding: Option[String]) extends Product with Serializable
  5. trait StaticOutput[+T] extends AnyRef
  6. trait TapirStaticContentEndpoints extends AnyRef

    Static content endpoints, including files and resources.

Value Members

  1. def defaultETag(lastModified: Long, length: Long): ETag
  2. object Files
  3. object HeadOutput
  4. object Resources
  5. object StaticErrorOutput
  6. object StaticOutput

Inherited from AnyRef

Inherited from Any

Ungrouped