SaltAPI  1.1
An API for the HTTPd / Zia by Salty Studio.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
HTTP::Header Class Reference

#include <Header.hpp>

Public Member Functions

 Header ()
 
virtual ~Header ()
 
std::string const & Get (std::string const &key) const
 
void Set (std::string const &key, std::string const &value)
 
void Add (std::string const &key, std::string const &value)
 
void Del (std::string const &key)
 

Detailed Description

Definition at line 12 of file Header.hpp.

Constructor & Destructor Documentation

HTTP::Header::Header ( )

Definition at line 8 of file Header.cpp.

HTTP::Header::~Header ( )
virtual

Definition at line 12 of file Header.cpp.

Member Function Documentation

void HTTP::Header::Add ( std::string const &  key,
std::string const &  value 
)

Definition at line 28 of file Header.cpp.

Here is the caller graph for this function:

void HTTP::Header::Del ( std::string const &  key)

Definition at line 35 of file Header.cpp.

std::string const & HTTP::Header::Get ( std::string const &  key) const

Definition at line 16 of file Header.cpp.

void HTTP::Header::Set ( std::string const &  key,
std::string const &  value 
)

Definition at line 21 of file Header.cpp.


The documentation for this class was generated from the following files: