summaryrefslogtreecommitdiffstats
path: root/examples/network/httpd/httpd.doc
blob: de1e0be9f37ca77659e10fb3b9191a83edf7fef2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
*/
     
/*! \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
*/