Package akka.http.scaladsl.model.headers
Interface SameSite
-
- All Superinterfaces:
Renderable
- All Known Implementing Classes:
SameSite.Lax$,SameSite.None$,SameSite.Strict$
public interface SameSite extends Renderable
The Cookie SameSite attribute as defined by RFC6265bis and Incrementally Better Cookies.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSameSite.Lax$static classSameSite.None$static classSameSite.Strict$
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SameSiteasJava()<R extends Rendering>
Renderingrender(R r)
-
-
-
Method Detail
-
asJava
SameSite asJava()
-
render
<R extends Rendering> Rendering render(R r)
- Specified by:
renderin interfaceRenderable
-
-