home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / qt3_emx.zip / examples / network / httpd / httpd.doc < prev    next >
Encoding:
Text File  |  2001-10-11  |  493 b   |  22 lines

  1. /*
  2. $Id:  qt/httpd.doc   3.0.0   edited Jun 1 18:44 $
  3. */
  4.      
  5. /*! \page httpd-example.html
  6.  
  7.   \ingroup network-examples
  8.  
  9.   \title A simple HTTP daemon
  10.  
  11.   This example shows how to use the QServerSocket class. It is a very
  12.   simple implementation of a HTTP daemon that listens on port 8080 and
  13.   sends back a simple HTML page back for every GET request it gets. After
  14.   it sent the page, it closes the connection.
  15.  
  16.   <hr>
  17.  
  18.   Implementation (httpd.cpp):
  19.  
  20.   \include network/httpd/httpd.cpp
  21. */
  22.