You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
444 B
21 lines
444 B
/*
|
|
*/
|
|
|
|
/*! \page httpd-example.html
|
|
|
|
\ingroup network-examples
|
|
|
|
\title A simple HTTP daemon
|
|
|
|
This example shows how to use the TQServerSocket class. It is a very
|
|
simple implementation of a HTTP daemon that listens on port 8080 and
|
|
sends back a simple HTML page back for every GET request it gets. After
|
|
sending the page, it closes the connection.
|
|
|
|
<hr>
|
|
|
|
Implementation (httpd.cpp):
|
|
|
|
\include network/httpd/httpd.cpp
|
|
*/
|