mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 16:48:06 +02:00
synced with main repository
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPTimeServer.cpp
|
||||
//
|
||||
// $Id: //poco/Main/Net/samples/HTTPTimeServer/src/HTTPTimeServer.cpp#10 $
|
||||
// $Id: //poco/svn/Net/samples/HTTPTimeServer/src/HTTPTimeServer.cpp#2 $
|
||||
//
|
||||
// This sample demonstrates the HTTPServer and related classes.
|
||||
//
|
||||
@@ -91,7 +91,7 @@ public:
|
||||
response.setContentType("text/html");
|
||||
|
||||
std::ostream& ostr = response.send();
|
||||
ostr << "<html><head><title>HTTPTimeServer powered by C++ Portable Components</title>";
|
||||
ostr << "<html><head><title>HTTPTimeServer powered by POCO C++ Libraries</title>";
|
||||
ostr << "<meta http-equiv=\"refresh\" content=\"1\"></head>";
|
||||
ostr << "<body><p style=\"text-align: center; font-size: 48px;\">";
|
||||
ostr << dt;
|
||||
|
Reference in New Issue
Block a user