HTTP-2-lib
h2_global.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 extern bool printComments;
4 extern bool printTrackers;
5 extern bool printFrames;
6 extern struct ApplicationContext appCtx;
7 extern std::string publicDir;
bool printComments
Definition: h2_server.cpp:13
std::string publicDir
Definition: h2_server.cpp:17
bool printFrames
Definition: h2_server.cpp:15
bool printTrackers
Definition: h2_server.cpp:14
Struct for holding the application wide context.
Definition: h2_structs.hpp:13
struct ApplicationContext appCtx
Definition: h2_server.cpp:16