Found

harness.http.server.HttpResponse$.Found
final case class Found extends HttpResponse

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def header[T](header: String, value: T)(using evidence$3: StringEncoder[T]): Found
def jsonHeader[T](header: String, value: T)(using evidence$5: JsonEncoder[T]): Found
def optHeader[T](header: String, value: Option[T])(using evidence$4: StringEncoder[T]): Found
def optJsonHeader[T](header: String, value: Option[T])(using evidence$6: JsonEncoder[T]): Found
def withCookie(cookie: Cookie): Found

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product