Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 39815cfb0428fd9d1c438b6b3c91a209 > files > 743

qt3-example-3.3.8-4.2mdv2007.1.x86_64.rpm

/*
$Id: qt/httpd.doc   3.3.8   edited May 27 2003 $
*/
     
/*! \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
*/