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

10 lines
246 B
C++

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