class CookieId

Defined at line 2299 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.

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

An RFC2616 "token" chosen by the site to identify the cookie.

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

bool has_name ()

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

::std::string * mutable_name ()

An RFC2616 "token" chosen by the site to identify the cookie.

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

void clear_name ()

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

const ::std::string & domain ()

The RFC1034 "subdomain" to which this cookie is scoped.

e.g. "example.com" allows access from all *.example.com sub-domains.

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

bool has_domain ()

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

::std::string * mutable_domain ()

The RFC1034 "subdomain" to which this cookie is scoped.

e.g. "example.com" allows access from all *.example.com sub-domains.

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

void clear_domain ()

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

const ::std::string & path ()

The URL "path" prefix to which this cookie is scoped.

e.g. "/" allows access from all paths.

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

bool has_path ()

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

::std::string * mutable_path ()

The URL "path" prefix to which this cookie is scoped.

e.g. "/" allows access from all paths.

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

void clear_path ()

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