Wt  3.2.0
Public Member Functions
Wt::Http::Message::Header Class Reference

An HTTP message header. More...

List of all members.

Public Member Functions

 Header ()
 Default constructor.
 Header (const std::string &name, const std::string &value)
 Constructs a header with a given name and value.
 Header (const Header &other)
 Copy constructor.
void setName (const std::string &name)
 Sets the header name.
const std::string & name () const
 Returns the header name.
void setValue (const std::string &value)
 Sets the header value.
const std::string & value () const
 Returns the header value.

Detailed Description

An HTTP message header.

An HTTP message header is a name/value pair, as defined by RFC 822.


Member Function Documentation

const std::string& Wt::Http::Message::Header::name ( ) const

Returns the header name.

See also:
setName()
const std::string& Wt::Http::Message::Header::value ( ) const

Returns the header value.

See also:
setValue()
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator

Generated on Tue Nov 29 2011 for the C++ Web Toolkit (Wt) by doxygen 1.7.5.1