org.http4s.util

package org.http4s.util

Members list

Type members

Classlikes

trait Renderable

Mixin that makes a type writable by a Writer without needing a Renderer instance

Mixin that makes a type writable by a Writer without needing a Renderer instance

Attributes

Companion
object
Source
Renderable.scala
Supertypes
class Any
Known subtypes
trait Element
class LinkValue
class Host
class SubRange
class `private`
class max-age
class max-stale
class min-fresh
class no-cache
object no-store
object no-transform
object public
class s-maxage
class Challenge
class Charset
class CharsetRange
class *
object *
class Atom
class Credentials
class AuthParams
class Token
class EntityTag
class HttpDate
class HttpVersion
class LanguageTag
class Method
class ProductId
trait Query
object Empty
class Parsed
class Raw
class RangeUnit
trait SameSite
object Lax
object None
object Strict
class Status
class Uri
class Authority
trait Host
class Ipv4Address
class Ipv6Address
class RegName
class Path
Show all
object Renderable

Attributes

Companion
trait
Source
Renderable.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Renderable.type
trait Renderer[T]

A type class that describes how to efficiently render a type

A type class that describes how to efficiently render a type

Type parameters

T

the type which will be rendered

Attributes

Companion
object
Source
Renderable.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait HttpCodec[A]
object Renderer

Attributes

Companion
trait
Source
Renderable.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Renderer.type
sealed trait SizedSeq[+A]

Attributes

Source
SizedSeq.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class SizedSeq0[A]
class SizedSeq1[A]
class SizedSeq10[A]
class SizedSeq11[A]
class SizedSeq12[A]
class SizedSeq13[A]
class SizedSeq14[A]
class SizedSeq15[A]
class SizedSeq16[A]
class SizedSeq17[A]
class SizedSeq18[A]
class SizedSeq19[A]
class SizedSeq2[A]
class SizedSeq20[A]
class SizedSeq21[A]
class SizedSeq22[A]
class SizedSeq3[A]
class SizedSeq4[A]
class SizedSeq5[A]
class SizedSeq6[A]
class SizedSeq7[A]
class SizedSeq8[A]
class SizedSeq9[A]
Show all
sealed abstract case class SizedSeq0[+A] extends SizedSeq[A]

Attributes

Companion
object
Source
SizedSeq.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SizedSeq[A]
class Object
trait Matchable
class Any
Show all
object SizedSeq0

Attributes

Companion
class
Source
SizedSeq.scala
Supertypes
class Object
trait Matchable
class Any
Self type
SizedSeq0.type
final case class SizedSeq1[+A](s1: A) extends SizedSeq[A]

Attributes

Source
SizedSeq.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SizedSeq[A]
class Object
trait Matchable
class Any
Show all
final case class SizedSeq10[+A](s1: A, s2: A, s3: A, s4: A, s5: A, s6: A, s7: A, s8: A, s9: A, s10: A) extends SizedSeq[A]

Attributes

Source
SizedSeq.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SizedSeq[A]
class Object
trait Matchable
class Any
Show all
final case class SizedSeq11[+A](s1: A, s2: A, s3: A, s4: A, s5: A, s6: A, s7: A, s8: A, s9: A, s10: A, s11: A) extends SizedSeq[A]

Attributes

Source
SizedSeq.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SizedSeq[A]
class Object
trait Matchable
class Any
Show all
final case class SizedSeq12[+A](s1: A, s2: A, s3: A, s4: A, s5: A, s6: A, s7: A, s8: A, s9: A, s10: A, s11: A, s12: A) extends SizedSeq[A]

Attributes

Source
SizedSeq.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SizedSeq[A]
class Object
trait Matchable
class Any
Show all
final case class SizedSeq13[+A](s1: A, s2: A, s3: A, s4: A, s5: A, s6: A, s7: A, s8: A, s9: A, s10: A, s11: A, s12: A, s13: A) extends SizedSeq[A]

Attributes

Source
SizedSeq.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SizedSeq[A]
class Object
trait Matchable
class Any
Show all
final case class SizedSeq14[+A](s1: A, s2: A, s3: A, s4: A, s5: A, s6: A, s7: A, s8: A, s9: A, s10: A, s11: A, s12: A, s13: A, s14: A) extends SizedSeq[A]

Attributes

Source
SizedSeq.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SizedSeq[A]
class Object
trait Matchable
class Any
Show all
final case class SizedSeq15[+A](s1: A, s2: A, s3: A, s4: A, s5: A, s6: A, s7: A, s8: A, s9: A, s10: A, s11: A, s12: A, s13: A, s14: A, s15: A) extends SizedSeq[A]

Attributes

Source
SizedSeq.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SizedSeq[A]
class Object
trait Matchable
class Any
Show all
final case class SizedSeq16[+A](s1: A, s2: A, s3: A, s4: A, s5: A, s6: A, s7: A, s8: A, s9: A, s10: A, s11: A, s12: A, s13: A, s14: A, s15: A, s16: A) extends SizedSeq[A]

Attributes

Source
SizedSeq.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SizedSeq[A]
class Object
trait Matchable
class Any
Show all
final case class SizedSeq17[+A](s1: A, s2: A, s3: A, s4: A, s5: A, s6: A, s7: A, s8: A, s9: A, s10: A, s11: A, s12: A, s13: A, s14: A, s15: A, s16: A, s17: A) extends SizedSeq[A]

Attributes

Source
SizedSeq.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SizedSeq[A]
class Object
trait Matchable
class Any
Show all
final case class SizedSeq18[+A](s1: A, s2: A, s3: A, s4: A, s5: A, s6: A, s7: A, s8: A, s9: A, s10: A, s11: A, s12: A, s13: A, s14: A, s15: A, s16: A, s17: A, s18: A) extends SizedSeq[A]

Attributes

Source
SizedSeq.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SizedSeq[A]
class Object
trait Matchable
class Any
Show all
final case class SizedSeq19[+A](s1: A, s2: A, s3: A, s4: A, s5: A, s6: A, s7: A, s8: A, s9: A, s10: A, s11: A, s12: A, s13: A, s14: A, s15: A, s16: A, s17: A, s18: A, s19: A) extends SizedSeq[A]

Attributes

Source
SizedSeq.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SizedSeq[A]
class Object
trait Matchable
class Any
Show all
final case class SizedSeq2[+A](s1: A, s2: A) extends SizedSeq[A]

Attributes

Source
SizedSeq.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SizedSeq[A]
class Object
trait Matchable
class Any
Show all
final case class SizedSeq20[+A](s1: A, s2: A, s3: A, s4: A, s5: A, s6: A, s7: A, s8: A, s9: A, s10: A, s11: A, s12: A, s13: A, s14: A, s15: A, s16: A, s17: A, s18: A, s19: A, s20: A) extends SizedSeq[A]

Attributes

Source
SizedSeq.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SizedSeq[A]
class Object
trait Matchable
class Any
Show all
final case class SizedSeq21[+A](s1: A, s2: A, s3: A, s4: A, s5: A, s6: A, s7: A, s8: A, s9: A, s10: A, s11: A, s12: A, s13: A, s14: A, s15: A, s16: A, s17: A, s18: A, s19: A, s20: A, s21: A) extends SizedSeq[A]

Attributes

Source
SizedSeq.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SizedSeq[A]
class Object
trait Matchable
class Any
Show all
final case class SizedSeq22[+A](s1: A, s2: A, s3: A, s4: A, s5: A, s6: A, s7: A, s8: A, s9: A, s10: A, s11: A, s12: A, s13: A, s14: A, s15: A, s16: A, s17: A, s18: A, s19: A, s20: A, s21: A, s22: A) extends SizedSeq[A]

Attributes

Source
SizedSeq.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SizedSeq[A]
class Object
trait Matchable
class Any
Show all
final case class SizedSeq3[+A](s1: A, s2: A, s3: A) extends SizedSeq[A]

Attributes

Source
SizedSeq.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SizedSeq[A]
class Object
trait Matchable
class Any
Show all
final case class SizedSeq4[+A](s1: A, s2: A, s3: A, s4: A) extends SizedSeq[A]

Attributes

Source
SizedSeq.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SizedSeq[A]
class Object
trait Matchable
class Any
Show all
final case class SizedSeq5[+A](s1: A, s2: A, s3: A, s4: A, s5: A) extends SizedSeq[A]

Attributes

Source
SizedSeq.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SizedSeq[A]
class Object
trait Matchable
class Any
Show all
final case class SizedSeq6[+A](s1: A, s2: A, s3: A, s4: A, s5: A, s6: A) extends SizedSeq[A]

Attributes

Source
SizedSeq.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SizedSeq[A]
class Object
trait Matchable
class Any
Show all
final case class SizedSeq7[+A](s1: A, s2: A, s3: A, s4: A, s5: A, s6: A, s7: A) extends SizedSeq[A]

Attributes

Source
SizedSeq.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SizedSeq[A]
class Object
trait Matchable
class Any
Show all
final case class SizedSeq8[+A](s1: A, s2: A, s3: A, s4: A, s5: A, s6: A, s7: A, s8: A) extends SizedSeq[A]

Attributes

Source
SizedSeq.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SizedSeq[A]
class Object
trait Matchable
class Any
Show all
final case class SizedSeq9[+A](s1: A, s2: A, s3: A, s4: A, s5: A, s6: A, s7: A, s8: A, s9: A) extends SizedSeq[A]

Attributes

Source
SizedSeq.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SizedSeq[A]
class Object
trait Matchable
class Any
Show all
class StringWriter(size: Int) extends Writer

Writer that will result in a String

Writer that will result in a String

Value parameters

size

initial buffer size of the underlying StringBuilder

Attributes

Companion
object
Source
Renderable.scala
Supertypes
trait Writer
class Object
trait Matchable
class Any
Self type
object StringWriter

Attributes

Companion
class
Source
Renderable.scala
Supertypes
class Object
trait Matchable
class Any
Self type
object Writer

Attributes

Companion
trait
Source
Renderable.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Writer.type
trait Writer

Efficiently accumulate Renderable representations

Efficiently accumulate Renderable representations

Attributes

Companion
object
Source
Renderable.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class StringWriter
Self type

Deprecated types

Attributes

Deprecated
true
Source
package.scala

Value members

Deprecated fields

Attributes

Deprecated
true
Source
package.scala