/****************************************************************************** * * Copyright (c) 2017-2019 by Löwenware Ltd * Please, refer LICENSE file for legal information * ******************************************************************************/ /** * @file aisl/aisl.h * @author Ilja Kartašov * @brief Meta header file of AISL * * @see https://lowenware.com/aisl/ */ #ifndef AISL_H_17EF1616_A00F_49C9_92B6_273AB13BF279 #define AISL_H_17EF1616_A00F_49C9_92B6_273AB13BF279 /* AISL configuration structure */ #include /* AISL types and stringifiers */ #include /* AISL instancing, initialization and processing */ #include /* Embedded HTTP(s) servers */ #include /* HTTP(s) clients */ #include /* HTTP(s) streaming */ #include #endif /* !AISL_H */