Unit tests for the request environment using the HTTP request handler. More...
#include <boost/network/protocol/http/client.hpp>
#include <catch2/catch.hpp>
#include <nawa/Exception.h>
#include <nawa/RequestHandler/RequestHandler.h>
#include <nawa/connection/Connection.h>
#include <nawa/util/utils.h>
Go to the source code of this file.
Functions | |
Config | loadConfig () |
TEST_CASE ("Basic request handling (HTTP)", "[basic][http]") | |
TEST_CASE ("Environment and headers (HTTP)", "[headers][http]") | |
TEST_CASE ("Sessions (HTTP)", "[sessions][http]") | |
Unit tests for the request environment using the HTTP request handler.
Definition in file http.cpp.
TEST_CASE | ( | "Basic request handling (HTTP)" | , |
"" | [basic][http] | ||
) |
TEST_CASE | ( | "Environment and headers (HTTP)" | , |
"" | [headers][http] | ||
) |