diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-09-09 08:16:28 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-09-09 10:50:42 +0200 |
| commit | 8466bbd0b96f98d2c933f60c05afab7913c6a918 (patch) | |
| tree | 1e176e9dfe0a6a27f7e402929f76410e7dd65984 /examples/httpserver/simplehttpserver/doc | |
| parent | 8e7ec5dad905f3a0ad6770d0fc6b3c48cb0c74fa (diff) | |
QtHttpServer: Fix example
Rename the example, adapt to 6.8 and add a pyproject file.
Make it clear that it is a simplified version.
Task-number: QTBUG-128113
Task-number: PYSIDE-2620
Change-Id: If6cb578f3f0c7405041404f90e014dcfb3903e03
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'examples/httpserver/simplehttpserver/doc')
| -rw-r--r-- | examples/httpserver/simplehttpserver/doc/simplehttpserver.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/httpserver/simplehttpserver/doc/simplehttpserver.rst b/examples/httpserver/simplehttpserver/doc/simplehttpserver.rst new file mode 100644 index 000000000..f23998eb3 --- /dev/null +++ b/examples/httpserver/simplehttpserver/doc/simplehttpserver.rst @@ -0,0 +1,5 @@ +Simple HTTP Server Example +========================== + +A simplified version of the C++ example +`Simple HTTP Server Example <https://doc.qt.io/qt-6/qthttpserver-simple-example.html>`_ |
