C and C++ web framework. http://rapida.vilor.one/docs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 lines
290 B

/* SPDX-License-Identifier: GPL-3.0-or-later */
/* Copyright 2022 Ivan Polyakov */
/*!
* \file rapida.h
* \brief Common C interface header of the Rapida.
*/
#ifndef RAPIDA_H_ENTRY
#define RAPIDA_H_ENTRY
#include "app.h"
#include "query.h"
#include "url.h"
#endif /* RAPIDA_H_ENTRY */