![]() |
SaltAPI
1.1
An API for the HTTPd / Zia by Salty Studio.
|
#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) |
Definition at line 12 of file Header.hpp.
| HTTP::Header::Header | ( | ) |
Definition at line 8 of file Header.cpp.
|
virtual |
Definition at line 12 of file Header.cpp.
| void HTTP::Header::Add | ( | std::string const & | key, |
| std::string const & | value | ||
| ) |
| 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.