Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include "server.hpp"
#include <boost/asio.hpp>
#include <boost/beast/core.hpp>
#include <boost/beast/http.hpp>
#include <chrono>
#include <doctest.h>
#include <thread>
Go to the source code of this file.
Macros | |
#define | DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN |
Typedefs | |
using | tcp = net::ip::tcp |
Functions | |
TEST_CASE ("HTTP server responds with GitHub user") | |
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN |
Definition at line 1 of file test_server.cpp.
using tcp = net::ip::tcp |
Definition at line 13 of file test_server.cpp.
TEST_CASE | ( | "HTTP server responds with GitHub user" | ) |
Definition at line 15 of file test_server.cpp.
References CHECK, and start_http_server().