Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 595000b5133f4458e88b0ef6355a26be > files > 696

qt3-devel-docs-3.3.8b-37.fc14.x86_64.rpm

/*
*/
     
/*! \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
*/