Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilm committed Feb 7, 2014
1 parent 008aa89 commit 740e67a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ A Qt HTTP Server - because hard-core programmers write web-apps in C++ :)

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

QHttpServer is available under the MIT License.

**NOTE: QHttpServer is NOT fully HTTP compliant right now! DO NOT use it for
anything complex**

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

Contributors
------------
Contribute
----------

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.

- Nikhil Marathe (maintainer)

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

0 comments on commit 740e67a

Please sign in to comment.