Kurlyk
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 defined(KURLYK_AUTO_INIT)
20#endif
21
22#include "startup/runtime.hpp"
23
24#endif // _KURLYK_STARTUP_HPP_INCLUDED
Provides automatic initialization and shutdown for the Kurlyk network system.
Aggregates core infrastructure components such as task manager interface and the network worker.
Aggregates main HTTP interfaces and utilities, including client, request manager, and helpers.
Provides manual initialization and shutdown functions for the Kurlyk network system.
Aggregates main WebSocket interfaces and utilities.