httpmockserver
Classes | Namespaces | Macros
mock_server.cc File Reference
#include <stdexcept>
#include <iostream>
#include <microhttpd.h>
#include "httpmockserver/mock_server.h"
Include dependency graph for mock_server.cc:

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
 

Detailed Description

Implementation of mock HTTP server using libmicrohttpd.

Macro Definition Documentation

◆ MHD_RESULT

#define MHD_RESULT   int