#include <string>
#include <map>
#include "librets/RetsObject.h"
#include "librets/http_forward.h"
Classes | |
| class | RetsHttpRequest |
| (Internal) RetsHttpRequest is a class that defines the http client requests that can be made through libcurl. More... | |
Namespaces | |
| namespace | librets |
| The main librets namespace. | |
Typedefs | |
| typedef std::map< std::string, std::string > | StringMap |
| A key/value map using strings. | |