template <>
class WireTableBuilder
Defined at line 1996 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
Public Methods
template <typename First = ::fidl::StringView, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::StringView>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_web::wire::CookieId> & name (First && first, Args &&... args_)
An RFC2616 "token" chosen by the site to identify the cookie.
Defined at line 2009 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
template <typename First = ::fidl::StringView, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::StringView>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_web::wire::CookieId> & domain (First && first, Args &&... args_)
The RFC1034 "subdomain" to which this cookie is scoped.
e.g. "example.com" allows access from all *.example.com sub-domains.
Defined at line 2023 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
template <typename First = ::fidl::StringView, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::StringView>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_web::wire::CookieId> & path (First && first, Args &&... args_)
The URL "path" prefix to which this cookie is scoped.
e.g. "/" allows access from all paths.
Defined at line 2037 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
Friends
template <>
class CookieId