Yet Another HTTP Library
yahttp
|
#include <functional>
#include <fstream>
#include <cctype>
#include <cstdio>
#include <unistd.h>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | YaHTTP::HTTPBase |
class | YaHTTP::HTTPBase::SendBodyRender |
class | YaHTTP::HTTPBase::SendFileRender |
class | YaHTTP::Response |
class | YaHTTP::Request |
class | YaHTTP::AsyncLoader< T > |
class | YaHTTP::AsyncResponseLoader |
class | YaHTTP::AsyncRequestLoader |
Namespaces | |
YaHTTP | |
Macros | |
#define | HAVE_CPP_FUNC_PTR |
#define | YAHTTP_MAX_REQUEST_SIZE 2097152 |
#define | YAHTTP_MAX_RESPONSE_SIZE 2097152 |
#define | YAHTTP_TYPE_REQUEST 1 |
#define | YAHTTP_TYPE_RESPONSE 2 |
Typedefs | |
typedef std::map< std::string, Cookie, ASCIICINullSafeComparator > | YaHTTP::strcookie_map_t |
Enumerations | |
enum | YaHTTP::postformat_t { YaHTTP::urlencoded, YaHTTP::multipart } |
#define HAVE_CPP_FUNC_PTR |
#define YAHTTP_MAX_REQUEST_SIZE 2097152 |
#define YAHTTP_MAX_RESPONSE_SIZE 2097152 |
#define YAHTTP_TYPE_REQUEST 1 |
#define YAHTTP_TYPE_RESPONSE 2 |