io.quartz.http2.model

Members list

Concise view

Type members

Classlikes

final case class ContentType(value: String) extends AnyVal

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object Cookie

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Cookie.type
final case class Cookie(name: String, value: String, domain: Option[String], path: Option[String], expires: Option[ZonedDateTime], maxAge: Option[Long], secure: Boolean, httpOnly: Boolean, sameSite: Option[String])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Headers

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Headers.type
class Headers(val tbl: HashMap[String, List[String]])

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
sealed case class Method(name: String)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Method

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Method.type
sealed case class Request(headers: Headers, stream: Stream[IO, Byte], trailingHeaders: Deferred[IO, Headers])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Response

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed case class Response(code: StatusCode, headers: Headers, stream: Stream[IO, Byte])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class StatusCode(value: Int) extends AnyVal

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
object StatusCode

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type