1
0
Fork 0
arangodb/arangod/GeneralServer/GeneralDefinitions.h

10 lines
228 B
C++

#ifndef ARANGOD_GENERALSERVER_GENERALDEFINITONS_H
#define ARANGOD_GENERALSERVER_GENERALDEFINITONS_H 1
namespace arangodb {
namespace rest {
enum class ConnectionType { HTTP, HTTPS, VPP, VPPS };
} // rest
} // arangodb
#endif