#include "libkazv-config.hpp"
#include <optional>
#include <variant>
#include <tuple>
#include <functional>
#include <string>
#include <map>
#include <future>
#include <immer/map.hpp>
#include <immer/array.hpp>
#include <immer/box.hpp>
#include "types.hpp"
#include "copy-helper.hpp"
#include "file-desc.hpp"
Go to the source code of this file.
|
bool | Kazv::operator== (EmptyBody, EmptyBody) |
|
bool | Kazv::isBodyJson (Body body) |
|
bool | Kazv::operator== (Response a, Response b) |
|
bool | Kazv::operator== (BaseJob a, BaseJob b) |
|
bool | Kazv::operator!= (BaseJob a, BaseJob b) |
|
bool | Kazv::operator== (BaseJob::Get, BaseJob::Get) |
|
bool | Kazv::operator== (BaseJob::Post, BaseJob::Post) |
|
bool | Kazv::operator== (BaseJob::Put, BaseJob::Put) |
|
bool | Kazv::operator== (BaseJob::Delete, BaseJob::Delete) |
|
template<class T > |
void | Kazv::addToQuery (BaseJob::Query &q, std::string name, T &&arg) |
|
template<class T > |
void | Kazv::addToQueryIfNeeded (BaseJob::Query &q, std::string name, T &&arg) |
|