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