httpmockserver
|
#include <stdexcept>
#include <iostream>
#include <microhttpd.h>
#include "httpmockserver/mock_server.h"
Classes | |
class | httpmock::MockServer::Server |
struct | httpmock::KeyValueIteratorTrait< T > |
struct | httpmock::KeyValueIteratorTrait< MockServer::UrlArg > |
Specialization for MockServer::UrlArg, we want to iterate GET_ARGUMENTS only. More... | |
struct | httpmock::KeyValueIteratorTrait< MockServer::Header > |
Specialization for MockServer::Header, we want to iterate headers only. More... | |
Namespaces | |
httpmock | |
Macros | |
#define | MHD_RESULT int |
Implementation of mock HTTP server using libmicrohttpd.
#define MHD_RESULT int |