2#ifndef _KURLYK_STARTUP_HPP_INCLUDED
3#define _KURLYK_STARTUP_HPP_INCLUDED
10#if KURLYK_HTTP_SUPPORT
14#if KURLYK_WEBSOCKET_SUPPORT
18#if defined(KURLYK_AUTO_INIT)
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.