class Header

Defined at line 52 of file fidling/gen/sdk/fidl/fuchsia.net.http/fuchsia.net.http/cpp/fidl/fuchsia.net.http/cpp/natural_types.h

An HTTP header field.

Public Methods

void Header (Storage_ storage)
void Header (::std::vector<uint8_t> name, ::std::vector<uint8_t> value)
void Header ()

Default constructs a |Header| only if all of its members are default constructible.

Defined at line 63 of file fidling/gen/sdk/fidl/fuchsia.net.http/fuchsia.net.http/cpp/fidl/fuchsia.net.http/cpp/natural_types.h

void Header (Header && )

Defined at line 66 of file fidling/gen/sdk/fidl/fuchsia.net.http/fuchsia.net.http/cpp/fidl/fuchsia.net.http/cpp/natural_types.h

void Header (const Header & other)
Header & operator= (Header && )

Defined at line 67 of file fidling/gen/sdk/fidl/fuchsia.net.http/fuchsia.net.http/cpp/fidl/fuchsia.net.http/cpp/natural_types.h

Header & operator= (const Header & other)
bool operator== (const Header & other)
bool operator!= (const Header & other)
const ::std::vector<uint8_t> & name ()

The name of the header field.

::std::vector<uint8_t> & name ()

The name of the header field.

Header & name (::std::vector<uint8_t> value)

The name of the header field.

const ::std::vector<uint8_t> & value ()

The value of the header field.

::std::vector<uint8_t> & value ()

The value of the header field.

Header & value (::std::vector<uint8_t> value)

The value of the header field.

void Header (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits