/* */ #ifndef _D_DOWNLOAD_HANDLER_CONSTANTS_H_ #define _D_DOWNLOAD_HANDLER_CONSTANTS_H_ #include "common.h" #include #include namespace aria2 { class DownloadHandlerConstants { public: static const char* METALINK_EXTENSIONS[]; static std::deque getMetalinkExtensions(); static const char* METALINK_CONTENT_TYPES[]; static std::deque getMetalinkContentTypes(); static const char* BT_EXTENSIONS[]; static std::deque getBtExtensions(); static const char* BT_CONTENT_TYPES[]; static std::deque getBtContentTypes(); }; } // namespace aria2 #endif // _D_DOWNLOAD_HANDLER_CONSTANTS_H_