Package

com.twitter.finagle.http

cookie

Permalink

package cookie

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait SameSite extends AnyRef

    Permalink

    SameSite cookie attribute.

    SameSite cookie attribute. The server may set this in the Set-Cookie to ensure that the cookie is not sent with cross-site requests.

    As of April 2018, support for this attribute is not implemented by all browsers. See [0] for more details.

    [0] https://tools.ietf.org/html/draft-west-first-party-cookies-07

Value Members

  1. object SameSite

    Permalink
  2. object supportSameSiteCodec extends GlobalFlag[Boolean]

    Permalink

    Enables / disables SameSite support in the CookieCodec.

Ungrouped