[Http] Docs

This commit is contained in:
Chris Boden 2013-04-20 16:16:47 -04:00
parent ba76600214
commit 67dbf46879
2 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,11 @@ CHANGELOG
--- ---
* 0.3.0 (2013-xx-xx)
* BC: Added Routing to HTTP allowing for a single Ratchet server to handle multiple apps
* BC: Decoupled HTTP from WebSocket component
* 0.2.5 (2013-04-01) * 0.2.5 (2013-04-01)
* Fixed Hixie-76 handshake bug * Fixed Hixie-76 handshake bug

View File

@ -32,4 +32,5 @@ apidocs:
-s vendor/react \ -s vendor/react \
-s vendor/guzzle \ -s vendor/guzzle \
-s vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session \ -s vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session \
-s vendor/symfony/http-foundation/Symfony/Component/Routing \
-s vendor/evenement/evenement/src/Evenement -s vendor/evenement/evenement/src/Evenement