#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