You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qt3/examples/network/httpd
Timothy Pearson 9a75b154bf
Undo prior accidental commit
12 years ago
..
README Add Qt3 development HEAD version 13 years ago
httpd.cpp Undo prior accidental commit 12 years ago
httpd.doc Add Qt3 development HEAD version 13 years ago
httpd.pro Add Qt3 development HEAD version 13 years ago

README

This is an example for the QServerSocket class which is included in the
network module.

It is a simple http daemon. After starting it you can connect to port
8080 with a web browser and an html page is shown. The program does
not really parse the http request; so it is not of much use except for
being a small example for QServerSocket.