#ifndef GBFORMAT_H_ #define GBFORMAT_H_ // values for HttpRequest::m_replyFormat #define FORMAT_HTML 1 #define FORMAT_XML 2 #define FORMAT_JSON 3 #define FORMAT_CSV 4 #define FORMAT_TXT 5 #define FORMAT_WIDGET_IFRAME 7 #define FORMAT_WIDGET_AJAX 8 // used by ajax widget to create search results to APPEND to the end of widget #define FORMAT_WIDGET_APPEND 9 #endif //GBFORMAT_H_