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.
tqt3/examples/network/httpd/httpd.doc

21 lines
443 B

/*
*/
/*! \page httpd-example.html
\ingroup network-examples
\title A simple HTTP daemon
This example shows how to use the QServerSocket 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
*/