class Cookie

Defined at line 2452 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::fuchsia::web::CookieId & id ()

A table with fields to identify a cookie.

Defined at line 2459 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

bool has_id ()

Defined at line 2463 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

::fuchsia::web::CookieId * mutable_id ()

A table with fields to identify a cookie.

Defined at line 2468 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

void clear_id ()

Defined at line 2476 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

Cookie & set_id (::fuchsia::web::CookieId _value)
const ::std::string & value ()

The cookie value.

RFC6265 does not specify an upper limit on cookie size, but recommends

that at least 4096 bytes are supported.

Defined at line 2487 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

bool has_value ()

Defined at line 2491 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

::std::string * mutable_value ()

The cookie value.

RFC6265 does not specify an upper limit on cookie size, but recommends

that at least 4096 bytes are supported.

Defined at line 2498 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

void clear_value ()

Defined at line 2506 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

Cookie & set_value (::std::string _value)
void Cookie ()
void Cookie (Cookie && other)
void ~Cookie ()
Cookie & operator= (Cookie && other)
::std::unique_ptr<Cookie> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Cookie * _value, size_t _offset)
zx_status_t Clone (Cookie * _result)