Kurlyk
Toggle main menu visibility
Loading...
Searching...
No Matches
startup.hpp
Go to the documentation of this file.
1
#pragma once
2
#ifndef _KURLYK_STARTUP_HPP_INCLUDED
3
#define _KURLYK_STARTUP_HPP_INCLUDED
4
7
8
#include "
core.hpp
"
9
10
#if KURLYK_HTTP_SUPPORT
11
#include "
http.hpp
"
12
#endif
13
14
#if KURLYK_WEBSOCKET_SUPPORT
15
#include "
websocket.hpp
"
16
#endif
17
18
#if KURLYK_AUTO_INIT
19
#include "
startup/AutoInitializer.hpp
"
20
#endif
21
22
#include "
startup/runtime.hpp
"
23
24
#endif
// _KURLYK_STARTUP_HPP_INCLUDED
AutoInitializer.hpp
Provides automatic initialization and shutdown for the Kurlyk network system.
core.hpp
Aggregates core infrastructure components such as task manager interface and the network worker.
http.hpp
Aggregates main HTTP interfaces and utilities, including client, request manager, and helpers.
runtime.hpp
Provides manual initialization and shutdown functions for the Kurlyk network system.
websocket.hpp
Aggregates main WebSocket interfaces and utilities.
include
kurlyk
startup.hpp
Generated by
1.17.0