#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.
◆ loadConfig()
◆ TEST_CASE() [1/3]
TEST_CASE |
( |
"Basic request handling (HTTP)" |
, |
|
|
"" |
[basic][http] |
|
) |
| |
◆ TEST_CASE() [2/3]
TEST_CASE |
( |
"Environment and headers (HTTP)" |
, |
|
|
"" |
[headers][http] |
|
) |
| |
◆ TEST_CASE() [3/3]
TEST_CASE |
( |
"Sessions (HTTP)" |
, |
|
|
"" |
[sessions][http] |
|
) |
| |