Skip to content

Commit 740e67a

Browse files
committed
Update README.md
1 parent 008aa89 commit 740e67a

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ A Qt HTTP Server - because hard-core programmers write web-apps in C++ :)
55

66
It uses Ryan Dahl's [HTTP Parser](http://github.com/ry/http-parser) and is asynchronous and does not require any inheritance.
77

8+
QHttpServer is available under the MIT License.
9+
810
**NOTE: QHttpServer is NOT fully HTTP compliant right now! DO NOT use it for
911
anything complex**
1012

@@ -60,9 +62,11 @@ The server and request/response objects emit various signals
6062
and have guarantees about memory management. See the API documentation for
6163
these.
6264

63-
Contributors
64-
------------
65+
Contribute
66+
----------
67+
68+
Feel free to file issues, branch and send pull requests. If you plan to work on a major feature (say WebSocket support), please run it by me first by filing an issue! qhttpserver has a narrow scope and API and I'd like to keep it that way, so a thousand line patch that implements the kitchen sink is unlikely to be accepted.
69+
70+
- Nikhil Marathe (maintainer)
6571

66-
* Nikhil Marathe (maintainer)
67-
* David Wolinsy
68-
* Jonne Nauha
72+
Everybody who has ever contributed shows up in [Contributors](https://github.com/nikhilm/qhttpserver/graphs/contributors).

0 commit comments

Comments
 (0)