Rudiments
cgihttpserverapi.h
1// Copyright (c) 1999-2018 David Muse
2// See the COPYING file for more information
3
4#ifndef RUDIMENTS_CGIHTTPSERVERAPI_H
5#define RUDIMENTS_CGIHTTPSERVERAPI_H
6
7#include <rudiments/private/cgihttpserverapiincludes.h>
8
9
19class RUDIMENTS_DLLSPEC cgihttpserverapi : public httpserverapi {
20 public:
21
24
27
29 const char *getType();
30
31 #include <rudiments/private/cgihttpserverapi.h>
32};
33
34#endif
Definition cgihttpserverapi.h:19
const char * getType()
Definition httpserverapi.h:22