aisl/include/aisl/aisl.h

38 lines
923 B
C
Raw Normal View History

2019-07-13 14:04:06 +02:00
/******************************************************************************
2019-02-23 21:06:34 +01:00
*
2019-07-13 14:04:06 +02:00
* Copyright (c) 2017-2019 by Löwenware Ltd
* Please, refer LICENSE file for legal information
2019-02-23 21:06:34 +01:00
*
2019-07-13 14:04:06 +02:00
******************************************************************************/
2019-02-23 21:06:34 +01:00
2019-07-13 14:04:06 +02:00
/**
* @file aisl/aisl.h
* @author Ilja Kartašov <ik@lowenware.com>
* @brief Meta header file of AISL
*
* @see https://lowenware.com/aisl/
*/
2019-02-23 21:06:34 +01:00
2019-07-13 14:04:06 +02:00
#ifndef AISL_H_17EF1616_A00F_49C9_92B6_273AB13BF279
#define AISL_H_17EF1616_A00F_49C9_92B6_273AB13BF279
2019-02-23 21:06:34 +01:00
2019-07-13 14:04:06 +02:00
/* AISL configuration structure */
#include <aisl/config.h>
2019-02-23 21:06:34 +01:00
2019-07-13 14:04:06 +02:00
/* AISL types and stringifiers */
#include <aisl/types.h>
2019-02-23 21:06:34 +01:00
2019-07-13 14:04:06 +02:00
/* AISL instancing, initialization and processing */
#include <aisl/instance.h>
2019-02-23 21:06:34 +01:00
2019-07-13 14:04:06 +02:00
/* Embedded HTTP(s) servers */
#include <aisl/server.h>
2019-02-23 21:06:34 +01:00
2019-07-13 14:04:06 +02:00
/* HTTP(s) clients */
#include <aisl/client.h>
2019-02-23 21:06:34 +01:00
2019-07-13 14:04:06 +02:00
/* HTTP(s) streaming */
#include <aisl/stream.h>
2019-02-23 21:06:34 +01:00
2019-07-13 14:04:06 +02:00
#endif /* !AISL_H */