23 #ifndef _LIBS_WEBVIEW_PAGE_REPLY_H_
24 #define _LIBS_WEBVIEW_PAGE_REPLY_H_
26 #include <webview/reply.h>
30 class WebPageHeaderGenerator;
31 class WebPageFooterGenerator;
38 virtual const std::string &
body();
45 virtual void pack(std::string active_baseurl,
64 static const char *PAGE_HEADER;
65 static const char *PAGE_FOOTER;
67 std::string merged_body_;
68 std::string html_header_;