diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-11 20:11:47 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-23 13:50:52 +0200 |
commit | 24903813d11813f8ff9ac906d23b21e6c33b981d (patch) | |
tree | b4a7c1cc6dc4c2e7a1588573c86e2b20aa763a41 /web | |
parent | a7e766e1aa77fff846d8426658befd9a01fe2861 (diff) |
Parse http request parameters using CLI
Diffstat (limited to 'web')
-rw-r--r-- | web/module | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |