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

10 lines
226 B
C++

#ifndef ARANGOD_GENERALSERVER_GENERALDEFINITONS_H
#define ARANGOD_GENERALSERVER_GENERALDEFINITONS_H 1
namespace arangodb {
namespace rest {
enum class ProtocolType { HTTP, HTTPS, VST, VSTS };
} // rest
} // arangodb
#endif