From 24903813d11813f8ff9ac906d23b21e6c33b981d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 11 Aug 2015 20:11:47 +0200 Subject: Parse http request parameters using CLI --- web/module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/module b/web/module index 9624877..e1cccf0 100644 --- a/web/module +++ b/web/module @@ -117,7 +117,7 @@ namespace web // virtual std::ostream& content (status_code code = 200, - const std::string& type = "text/html;charset=utf-8", + const std::string& type = "application/xhtml+xml;charset=utf-8", bool buffer = true) = 0; // Set status code without writing any content. On status change, -- cgit v1.1