Rudiments
httpserverapi.h
1// Copyright (c) 1999-2018 David Muse
2// See the COPYING file for more information
3
4#ifndef RUDIMENTS_HTTPSERVERAPI_H
5#define RUDIMENTS_HTTPSERVERAPI_H
6
7#include <rudiments/private/httpserverapiincludes.h>
8
9
22class RUDIMENTS_DLLSPEC httpserverapi : public input, public output {
23 public:
24
27 virtual const char *getType()=0;
28
29 #include <rudiments/private/httpserverapi.h>
30};
31
32#endif
Definition httpserverapi.h:22
virtual const char * getType()=0
Definition input.h:11
Definition output.h:11