home *** CD-ROM | disk | FTP | other *** search
- /*
- $Id: qt/httpd.doc 3.0.0 edited Jun 1 18:44 $
- */
-
- /*! \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
- it sent the page, it closes the connection.
-
- <hr>
-
- Implementation (httpd.cpp):
-
- \include network/httpd/httpd.cpp
- */
-