ResponseCookie

org.http4s.ResponseCookie
See theResponseCookie companion object
final case class ResponseCookie(name: String, content: String, expires: Option[HttpDate], maxAge: Option[Long], domain: Option[String], path: Option[String], sameSite: Option[SameSite], secure: Boolean, httpOnly: Boolean, extension: Option[String]) extends Renderable

Value parameters

extension

The extension attributes of the cookie. If there is more than one, they are joined by semi-colon, which must not appear in an attribute value.

Attributes

Companion
object
Source
ResponseCookie.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Renderable
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

override def render(writer: Writer): writer.type

Base method for rendering this object efficiently

Base method for rendering this object efficiently

Attributes

Definition Classes
Source
ResponseCookie.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Renderable -> Any
Inherited from:
Renderable
Source
Renderable.scala

Concrete fields

lazy override val renderString: String

Generates a String rendering of this object

Generates a String rendering of this object

Attributes

Source
ResponseCookie.scala